Search Results

Search: Posts Made By: Taffy
3,888
Posted By Taffy
how would you archive a file using tar with and...
how would you archive a file using tar with and give it a differnt name?
3,888
Posted By Taffy
Thank you that worked but how would i be able to...
Thank you that worked but how would i be able to determine the three oldest files?(these would be the ones i would delete)
what function would i use to count and display the files in the home...
3,888
Posted By Taffy
All that I have so far is this #!/bin/bash ...
All that I have so far is this

#!/bin/bash
date | awk '[ if $1 =="Tue" rm -rf File ]' //I tried this but it didnt work
if [ $1="Tue" ] // When i tried this it kept jumping to wrong...
3,888
Posted By Taffy
Shell Programing with awk Tool
I'm working on a program in with shell programming and it needs to be able to delete the contents of files in the Home directory on certain days of the week.(like tuesday). Can anyone help me with...
Showing results 1 to 4 of 4

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