I’ve recently decided to evaluate other shell’s and ran across one that looked interesting: fish.
You can read more about fish: here and here
Based on what I’ve seen I’ve decided to try it out. Before I dive in too deep with fish, does anyone have any opinions, caveats, issues to mention about it?
If I don’t like it I’ll keep trying out zsh but most likely end up back in bash :)
Matt showed up in my reader with this which I discovered is quite noisey on the intertubes right now. Here's my top ten.. Explanation below.
bsmith@ops654 [02:04:47 (0.00)] ~
-> history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
225 winto
82 ls
70 ssh
66 vi
65 checkuus
64 mssh
54 dig
53 cd
50 ping
41 cat
winto is a wrapper for screen that does this: screen -t $1 ssh $1.
- I have to know what I'm looking at.
- I'm a sysadmin, I'm all over the place.
- Sysadmins write code and manage config files too.
- A script that checks pool of servers that can cause some problems in our enviroment.
- "mass ssh" do cool stuff on bunches of servers (must have in my world)
- "What the hell is this ip?!"
- Moving around..
- "Is that server alive?!"
- /dev/urandom ?