File: sorthublist

package info (click to toggle)
rccp 0.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 164 kB
  • ctags: 40
  • sloc: ansic: 827; sh: 127; perl: 112; makefile: 66
file content (4 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
#CCCP script by hampa@chello.se
#Will sort hublist by size
hublist | awk -F\| '{print $4,$2,$1}' | sort -g