Want to find files and perform massives operations on them, here are tws sample commands for unix platforms :
find -name "[filename]"
find -name "[filename]" -exec [command] '{}' \;
where [filename] and [command] should be replaced by real values. [command] is another unix command to execute on each file found. The file found is represented by '{}' in the command to execute. \; indicates to end of the command.
Ex : find -name "*.tmp" -exec rm '{}' \; -> deletes all tmp files.
Subscribe to:
Post Comments (Atom)
How to remove "Quick Access" in Explorer on Microsoft Windows 10
Just make Control + R and execute regedit. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer right side new DWORD (32...

-
I've just received my first arduino platform. It's a DCcduino board (a clone of Arduino Uno). As I had some difficulties to hav...
-
I'm an old user and addict of JRebel. I started to use it on open source projects and in professional contexts. From the beginning, I...
-
This is the challenge I had to perform. I have to open services to business partners and I want to secure them. I use a Java based applicati...

1 comment:
Thanks for the great information in your blog Selenium Training in Chennai
Post a Comment