Search Results

Search: Posts Made By: sswagner8839
968
Posted By sswagner8839
Add previous Sundays date to filename
I am looking for some scripting help. I need to add a time stamp to a file name.

I will append data to a file, and want to add to the file name a time stamp of the previous Sundays date. Any...
2,097
Posted By sswagner8839
awesome thanks!
awesome thanks!
2,097
Posted By sswagner8839
output
here is the output of the 2 nas_pool commands...

nas_pool -l
id inuse acl name
3 y 0 clar_r5_performance
10 y 0 clarata_archive

nas_pool -l |...
2,097
Posted By sswagner8839
Divide 2 columns of output for a recentage used.
Need some help finishing this one liner.

nas_pool -l | egrep -v name|grep -v "^$" | awk '{print $4}' | while read line; do echo $line ; nas_pool -size $line ; nas_pool -size $line | egrep -ie...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy