May 4, 2008 #1 mosama1 Technical User Apr 23, 2008 7 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 Aug 13, 2001 603 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