Search Results

Search: Posts Made By: Gen12345
1,433
Posted By mjf
You should post the code you have tried so we can...
You should post the code you have tried so we can see what you are doing wrong.

This will do what you have described.

mv `date +"%Y%m%d"` sommelier
1,433
Posted By Don Cragun
You didn't say what shell you're using. With any...
You didn't say what shell you're using. With any shell that conforms to the POSIX standards, try:
mv $(date +"%Y%m%d") somedir
Showing results 1 to 2 of 2

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