Pario TechnoBlob
About Posts

Tag: xargs

Find all web pages that reference to www.example.com find / -name '*html' -print \ | xargs grep -l 'www.example.com' \ | less -Opages
May 7, 2007 1:15PM
Rename files with one extension to another The following command will rename all the files in the folder with the .txt extension to .rtf <br /> ls .txt | sed 's/(.).txt/ & \1.rtf/' | xargs -L1 mv<br />
Apr 10, 2007 1:48PM
«« « 1 2 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom