Skip to content

Commit b1a18d6

Browse files
committed
add back highlighting the use of -h flag for size of item that was accidentally removed
1 parent 24114e4 commit b1a18d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/hpc/13_tutorial_intro_shell_hpc/06_scripts_variables_loops.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ That’s a huge amount of output: a full listing of everything in the directory.
105105
</TabItem>
106106
<TabItem value="column5" label="Size of item">
107107
This is the number of bytes in a file, or the number of filesystem blocks occupied by the contents of a folder.
108+
:::tip
108109
We can use the `-h` option here to get a human-readable file size in megabytes, gigabytes, etc.
110+
:::
109111
</TabItem>
110112
<TabItem value="column6" label="Time last modified">
111113
This is the last time the file was modified.

0 commit comments

Comments
 (0)