May 4, 2008 #1 mosama1 Technical User Joined Apr 23, 2008 Messages 7 Location EG Hi there, I want to read the file's name from specific path then write it in another file,so whats the commands to do this.
Hi there, I want to read the file's name from specific path then write it in another file,so whats the commands to do this.
May 4, 2008 #2 geirendre Vendor Joined Aug 13, 2001 Messages 603 Location NO You run the command, and pipe the output to the file like this: Code: ls /path/to/directory > anotherfile.txt Upvote 0 Downvote
You run the command, and pipe the output to the file like this: Code: ls /path/to/directory > anotherfile.txt