lsd - was: The controversy around snaps is growing :-(
Ralf Mardorf
kde.lists at yahoo.com
Mon May 4 10:33:02 UTC 2020
PPS:
From command line when for example "counting" spaces
lsd -hAl | cut -d\ -f12
does behave exactly like the "classic" ls, an additional space by the
added icon is ignored, or else it automatically turns into "classic"
mode.
But the "classic" option does not completely provide the classic output.
[rocketmouse at archlinux ~]$ lsd -hAl | head -1
.rw-r--r-- rocketmouse rocketmouse 42 B Tue Feb 18 23:19:11 2014 .2mandvd.cnf
[rocketmouse at archlinux ~]$ lsd -hAl --classic | head -1
.rw-r--r-- rocketmouse rocketmouse 42 B Tue Feb 18 23:19:11 2014 .2mandvd.cnf
[rocketmouse at archlinux ~]$ /usr/bin/ls -hAl | head -1
total 104M
However, I'll stay with the bash alias ls='lsd', lsd is really nice and
the alias is anyway ignored by a bash ./ls_script.sh .
More information about the ubuntu-users
mailing list