Yum's Random Notes ...
A place where I keep a note of simple but useful technical tips and memorable posts....
Wednesday, May 4, 2011
Rathamali Gatha
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Day 03 Gala Dinner Highlight Video
command-line looping to stress jaggery run-tim
Got to know this is how command line looping is used: while [ 1 ] do ls -al ; sleep 60 done Applying this to stress command...
Copy and paste content from one file to another file in VI
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