English, asked by rmalhotra5528, 1 year ago

Write the use all the options in the ls command for accessing the files in the directory

Answers

Answered by loveyou22
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)

Similar questions