initial commit
This commit is contained in:
6
chapter17/function_load_OpenBSD_FS_data
Executable file
6
chapter17/function_load_OpenBSD_FS_data
Executable file
@@ -0,0 +1,6 @@
|
||||
function load_OpenBSD_FS_data
|
||||
{
|
||||
df -k | tail +2 | egrep -v "/mnt/cdrom"\
|
||||
| awk '{print $1, $2, $4, $5, $6}' > $WORKFILE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user