![]() |
![]() Advanced DNS Management |
New ZoneEdit. New Managment. FREE DNS Is Back Sign Up Now |
![]() |
![]()
Post
#1
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 1 Joined: 27-September 11 Member No.: 15,598 ![]() |
How would I Send a directory in long format of the Lab3 directory to a file called dir.txt
|
|
|
![]() |
![]()
Post
#2
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 1 Joined: 11-February 14 Member No.: 18,653 ![]() |
The command you are looking for is this:
ls -al >dir.txt Make sure you inter the directory that you need to copy, in this case the Lab3 directory, then use the command prompt ls. This shows all the files and/or subdirectories in that directory(this is just to make sure there arent any unwanted files). Once you are sure there are no unwanted files, use the command prompt: ls -al >dir.txt This will take the directory list(ls), and will take all files(including hidden ones) in long format and copy those into the destination file or directory, which in this case is dir.txt. The greater than sign (>) before the dir.txt mean that it will overwrite anything located in that file/directory. If you were to use 2 greater than signs (>>) then it would add to what is already in the file/directory, putting it at the end of the file. [if anybody notices anything wrong with this, please feel free to correct me. Im fairly new to Linux.] |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 20th April 2018 - 03:35 AM |