Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zaq67

  1. zaq67

    deleteing files

    Hello, I'm trying to find files then pipe that into a command that would delete the listed files. find ./ -atime +3. What would be a good way to delete the files without having to pipe the output to file then deleting the files. thanks, ziad
  2. zaq67

    splitting files that has special characters in it

    Hi: I have a file that contains thousands of lines that has null pointers in it. When I use sed to splt the file into several files, sed takes out the null pointers. IS there away to keep sed from altering the file. If not, what would you suggest to use instead of sed. the sed command I'm...

Part and Inventory Search

Back
Top