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.
File update
Name: Sayeed Date: May 8, 2003 at 13:43:23 Pacific OS: UnixWare
Comment:
Hello All, I want to write the shell script to change the content of it?? Can I do this.. thx!
You can change the contents of a file by using the > symbol. For example, if you want to replace the whole contents of "file" with the following string use:
echo "This is the string I want to overwrite the file with" > file
Summary: If you attempt to move a file that is in the process of being updated then Windows won't let you. It will produce an error. All you need do is trap this error and try again later. How you do this is...
Summary: hi , What i am trying to do is to go to a particular directory and serch for newly modified or created subdirectories.One i get the list i go recursively into each and ftp them to another server.Th...
Summary: Hi all, I have 10 directories, each directory have the file serial.txt. How do I collect all of the directory have new file update today and I will take all the serial.txt and put it together in maste...