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