Search Results

Search: Posts Made By: sreenu.shell
23,617
Posted By sreenu.shell
Yes, it's working. Thank you.
Yes, it's working. Thank you.
23,617
Posted By sreenu.shell
find . -maxdepth 1 -name...
find . -maxdepth 1 -name "wcm-spider-maestro.log.*" | xargs mv {} backup/

above statement giving message if files not exists on current directory.
23,617
Posted By sreenu.shell
still error coming
Still I am getting below error
mv: cannot stat `{}': No such file or directory
23,617
Posted By sreenu.shell
check if file exists with pattern matching
Hello friends,

I am writing a simple shell script which will copy one particular type of files to backup folder if files exists. If files doesn't exists, mv command should not be executed.
My...
Showing results 1 to 4 of 4

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