Search Results

Search: Posts Made By: robshal
1,358
Posted By robshal
yes thats how i want it show ---------- Post...
yes thats how i want it show

---------- Post updated at 08:13 PM ---------- Previous update was at 07:59 PM ----------




this worked thanks alot.

got any good reading to help with...
1,358
Posted By robshal
BASH function to rename file to last mondays date
I'm trying to create a bash function that will allow me to rename a file name emails.txt to last monday's date

renem ()
{
d=`date -d last-monday`
mv ~/emails.txt ~/myemails/$d...
Showing results 1 to 2 of 2

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