initial commit
This commit is contained in:
6
chapter17/function_load_FS_data
Executable file
6
chapter17/function_load_FS_data
Executable file
@@ -0,0 +1,6 @@
|
||||
function load_FS_data
|
||||
{
|
||||
df -k | tail +2 | egrep -v '/dev/cd[0-9] | /proc' \
|
||||
| awk '{print $1, $2, $3, $4, $7}' > $WORKFILE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user