Monday, 8 May 2017

How do I copy all file and folder names in a folder to notepad in window and unix?

in window-type cmd in run then type
C:\Users\lipi>dir "J:\movie-eng" > output.txt /b /o
and see output list of all your folder and file names  in C:\Users\lipi
in unix-

$ls -altr >>output.txt

No comments:

Post a Comment