Songs on my mind,
Corporation of One's original version of "The Real Life".
The mashup of "You rock my world" and "Rock your body".
The space cowboy mix of discostick song by Lady Gaga.
The Legend of Zelda sounds of Unicorn Kid with "Wee monster".
Fancy ways to...
Remove last character from a string and merge lines. This led to the following one-liner!
grep "172.16.0.1" auth-sel-1.txt | grep "MS0" - | awk '{print $2}' | uniq | sort | rev | cut -b 2- - | rev
grep "172.16.1.4" auth-sel-1.txt | grep "MS0" - | awk '{print $2}' | uniq | sort | sed 's/:/,/g' - | tr -d '\n'
Scuba is evidently not only used diving but for Oracle databases
No comments:
Post a Comment