top | item 22474573

(no title)

cmurphycode | 6 years ago

Thanks for the new addition to my mnemonic collection!

perl -lane # process input by line, split into fields, print outputs with new lines, execute code

netstat -planet # show process, extended info, all socket types

ss -pimento # basically every piece of info about live connections

iostat -txyz # extended, omit first report (the since-boot one), omit devices with no activity, log datetime

discuss

order

Izkata|6 years ago

  less -SEXIER
Truncate long lines instead of wrap, quit at eof, don't clear the screen, show ansi color escape codes as colors but escape other ansi escape codes.

(The second E does nothing but complete the word)

dexen|6 years ago

Imagine an old PS/2 mouse with a mini Jack cord & plug. Non-standard but works. I mean, on GNU/Linux:

  ps aux
Party time:

  rsync -rave ssh SOURCE DESTINATION

anthk|6 years ago

I use -avz

dmckeon|6 years ago

Aww, shucks: rsync -aSHx src/ dest