|
|
|
|
|
by chasil
1219 days ago
|
|
This is what you need to understand about the POSIX shell: $ rpm -ql dash
/bin/dash
/usr/share/doc/dash-0.5.10.2
/usr/share/doc/dash-0.5.10.2/COPYING
/usr/share/doc/dash-0.5.10.2/ChangeLog
/usr/share/man/man1/dash.1.gz
$ ll /bin/dash
-rwxr-xr-x. 1 root root 113536 Nov 5 2018 /bin/dash
Embedded systems are going to give you that much room, and no more. |
|