Ask Me Linux Tips - Linux Tips by tanajiyadav at gmail dot com

Saturday, 9 February 2013

Using Linux the CLI way - Cheat Sheet

›
Using Linux the CLI way - Cheat Sheet Linux, like any other Unix system is case sensitive so type them exactly as they are written in th...

Open-Source Management Systems

›
#Open-Source Management Systems ##Overview This is a collection of open-source management systems tools. ###Monitoring * [Nagios](http://w...
7 comments:
Tuesday, 5 February 2013

Use of linux commands

›
#======================================================================================================= # 1. PERL ONE-LINERS #============...

sed one liner

›
FILE SPACING:  # double space a file  sed G  # double space a file which already has blank lines in it. Output file  # should contain no mo...

Shell One Liner

›
Numbers and Counting Print the total number of lines that have the name Bill. awk '/Bill/{n++}; END {print n+0}' filename Print lin...

ruby one liner

›
# double space a file     $  ruby -pe 'puts' < file.txt # triple space a file     $  ruby -pe '2.times {puts}' < file...

perl one liner

›
collection of one-liners, a part is adapted from such a list by Tom Christianson, one of the authors of "Programming Perl".     #...
›
Home
View web version

About Me

tanajiyadav
View my complete profile
Powered by Blogger.