** Description changed:
$ time apt-mark showauto >/dev/null
real 0m0,620s
user 0m0,557s
sys 0m0,052s
When I run the command first time, it is even much slower.
- I could do the job* in fraction of a time using awk in POSIX shell script
- (name it ./apt-mark-showauto.sh):
+ I
** Description changed:
$ time apt-mark showauto >/dev/null
- real 0m0.587s
- user 0m0.552s
- sys 0m0.016s
+ real 0m0,620s
+ user 0m0,557s
+ sys 0m0,052s
When I run the command first time, it is even much slower.
- I could do the job in fraction of a time using awk in POSIX sh