Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mass Link Removal
Name: Garlicbread Date: July 10, 2008 at 19:09:40 Pacific OS: Unix CPU/Ram: - Product: -
Comment:
Hello. I am trying to do a mass removal of a certain link on thousands of pages. What would be the best way to go about this?
I thought at first to create a string with sed but as far as I know sed cannot save to the same file nor can it separate the files that it reads and modifies to be saved as separate pages. Any suggestions would be much appreciated. Thank you.
Summary: Hello, I have a large number (400+) domains that I need to archive. I want to create a script to do this. From what I have been told thus far, a "for" loop would be able to do what I want by reading e...
Summary: I think David's script does what you want, but the statement: $file=`basename $file` needs to have the leading $ removed. His script does not care if the files in /tmp/tools are newly created or not, ...
Summary: On AIX you would do the following Steps to recover a deleted file -- 1) "ls -id {dir}" (where dir is directory where file resided) Record INODE number for next step. 2) Unmount the filesystem. ...