mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-04-05 14:23:31 +00:00
6 lines
116 B
Bash
Executable file
6 lines
116 B
Bash
Executable file
#! /bin/sh
|
|
|
|
|
|
expac -SsH M "%m: %n$\t%d" "$@" | sort -h | tr "$" "\n"
|
|
|
|
# less verbose: expac -S -H M "%m %n"|sort -n
|