A place where I keep a note of simple but useful technical tips and memorable posts....
Subscribe to:
Post Comments (Atom)
-
Got to know this is how command line looping is used: while [ 1 ] do ls -al ; sleep 60 done Applying this to stress command...
-
Here are steps: Open the file you need to edit :sp /path/to/the/file/... and open the file that you need to copy from (this will split...
No comments:
Post a Comment