Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
how to find complete path of a file
Name: fresherr Date: July 24, 2008 at 00:32:13 Pacific OS: unix CPU/Ram: dualcore/1 gb Product: dell
Comment:
hi guru,s fo unix!
help me out to find the complete/full path of a file present in any directory.I am actually trying to create a script which moves a file along with its complete path to another directory named DELETE so that i can restore this file back to its original position when ever i feel it necessary.
Summary: Would really appreciate someone's help on this: I have a requirement to have a script go through a directory tree and look for files in that tree. If it finds a file, it needs to ftp the file to anot...
Summary: Is there a way to update the contents of a file (this file contains a list of sqls) without piping it to a new file using a shell script ? I have 15 processes reading from a file and I want each of th...