mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 19:32:24 +00:00
7 lines
115 B
Bash
7 lines
115 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
expac -SsH M "%m: %n$\t%d" $@ | sort -h | tr '$' '\n'
|
||
|
|
||
|
# less verbose: expac -S -H M "%m %n"|sort -n
|