initial commit
This commit is contained in:
7
chapter17/function_load_AIX_FS_data
Executable file
7
chapter17/function_load_AIX_FS_data
Executable file
@@ -0,0 +1,7 @@
|
||||
function load_AIX_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