skip to main
|
skip to sidebar
Linux and unix shell scripts container
Display most frequently used commands
history | awk '{print $2}' | awk 'BEGIN {FS="|"}{print $1}' | sort | uniq -c | sort -n | tail | sort -nr
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Subscribe to
Posts
Atom
Posts
Comments
Atom
Comments
Search for scripts
Scripts, Manuals, Tips, Tricks and Hints in using and administering Linux, Solaris, BSD, Unix. Shell scripts, Bash, sh, zsh, ash, csh, sed, awk, man, info, perl, ruby, php, python, cgi, programming.
Promotion
Labels
awk
(4)
backup
(1)
bash
(12)
cat
(1)
df
(1)
dialog/Xdialog
(5)
du
(1)
exec
(1)
find
(2)
grep
(2)
history
(1)
kill
(1)
ls
(1)
mailx
(1)
one line
(8)
ps
(1)
sed
(2)
shell scripts
(12)
sort
(1)
ssh
(2)
svn
(2)
tail
(1)
tr
(1)
uniq
(1)
whoami
(1)
Arhive
▼
2009
(23)
►
March
(1)
▼
February
(22)
Simple array usage in Bash
Fifth basic front end with dialog/Xdialog - Buildi...
Fourth basic front end with dialog/Xdialog - Radio...
Third basic front end with dialog/Xdialog - buildi...
Second basic front end with dialog/Xdialog
Basic front end with dialog/Xdialog
Backup reminder script
Check low space
Remove comments and blank lines
Bash sockets using /dev/tcp
Remove empty directories
Magento installation script
Kill process by name
Locate running gnome-session and send a notification
Ssh key authentication
Find files older than 30 days
Display most frequently used commands
Get an ordered list of subdirectory sizes
Resolve all conflicts in SVN
Subversion Repository Move
Password generator
What is shell script
links
Exploits and Vulnerabilities
No comments:
Post a Comment