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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.