Write the use all the options in the ls command for accessing the files in the directory
Answers
Answered by
0
Open the command line at the folder of interest.
Enter “dir > listmyfolder.txt” (without quotes) to list the files and folders contained in the folder.
If you want to list the files in all the subfolders as well as the main folder, enter “dir /s >listmyfolder.txt” (without quotes)
Enter “dir > listmyfolder.txt” (without quotes) to list the files and folders contained in the folder.
If you want to list the files in all the subfolders as well as the main folder, enter “dir /s >listmyfolder.txt” (without quotes)
Similar questions