mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
Add patch from Harald Koenig <koenig@science-computing.de>
Karolin
This commit is contained in:
parent
0fab08aad4
commit
d518137815
@ -41,7 +41,7 @@
|
||||
Where the script dfree (which must be made executable) could be:
|
||||
<programlisting format="linespecific">
|
||||
#!/bin/sh
|
||||
df $1 | tail -1 | awk '{print $2" "$4}'
|
||||
df $1 | tail -1 | awk '{print $(NF-4),$(NF-2)}'
|
||||
</programlisting>
|
||||
or perhaps (on Sys V based systems):
|
||||
<programlisting format="linespecific">
|
||||
|
Loading…
x
Reference in New Issue
Block a user