@@ -8,7 +8,9 @@ A set of commands for common bash tasks
88##### Description:
99
1010Alias for bash command du, with parameter:
11+
1112 -h "Human-readable" output. Use unit suffixes:
13+
1214 Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte.
1315
1416##### Example:
@@ -24,12 +26,19 @@ user@pc:~$ duh /home/sergio/tmp/
2426Alias for bash command ls, with parameters:
2527
2628 -C Force multi-column output; this is the default when output is to a terminal.
29+
2730 -F Display a slash (`/') immediately after each pathname that is a directory,
31+
2832 an asterisk (`*') after each that is executable,
33+
2934 an at sign (`@') after each symbolic link,
35+
3036 an equals sign (`=') after each socket,
37+
3138 a percent sign (`%') after each whiteout,
39+
3240 and a vertical bar (`|') after each that is a FIFO.
41+
3342 --color=always Colorize the output.
3443
3544##### Example:
@@ -45,8 +54,11 @@ docker-midori/ okurz_scripts/ os-autoinst/ os-autoinst-needles-openQ
4554##### Description:
4655
4756Alias for bash command ls, with parameter:
57+
4858 -1 (the numeric digit _ one_ )
59+
4960 Force output to be one entry per line.
61+
5062 This is the default when output is not to a terminal.
5163
5264##### Example:
@@ -81,10 +93,15 @@ yast-journalctl-tutorial/
8193##### Description:
8294
8395Alias for bash command ls, with parameters:
96+
8497 -l (the lowercase letter _ ell_ ) List in long format.
98+
8599 If the output is to a terminal, a total sum for all the file sizes is output on a line before the long listing.
100+
86101 -h When used with the -l option, use unit suffixes:
102+
87103 Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte
104+
88105 in order to reduce the number of digits to three or less using base 2 for sizes.
89106
90107##### Example:
@@ -108,7 +125,9 @@ drwxr-xr-x 1 sergio users 62 Jun 2 17:09 docker-helper/
108125##### Description:
109126
110127Alias for bash command ls, with parameters:
128+
111129 -A List all entries except for ` . ` and ` .. `
130+
112131 Always set for the super-user.
113132
114133##### Example:
0 commit comments