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
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