Search Results

Search: Posts Made By: gvkumar25
4,570
Posted By gvkumar25
Unable to SFTP files from remote server
sftp> binary
Invalid command.
sftp> touch -t 201407020000.01 start
Invalid command.
sftp> touch -t 201407022359.59 end
Invalid command.
sftp> find . ! -type d -newer start ! -newer end -exec...
4,570
Posted By gvkumar25
sorry it is typo mistake ,I did that. Here is the...
sorry it is typo mistake ,I did that. Here is the command output

]find . ! -type d -daystart -mtime $(( -1-$(date +%j)+$(date --date '01 Jun' +%j))) ! -mtime $(( -$(date +%j)+$(date --date '30 Ju>...
4,570
Posted By gvkumar25
Thanks for your reply . I already added that...
Thanks for your reply . I already added that exclusion in the command but the above mentioned command is not working.

---------- Post updated at 11:01 PM ---------- Previous update was at 10:57 PM...
4,570
Posted By gvkumar25
Hi I need to search in sub-directories also. I...
Hi I need to search in sub-directories also. I removed maxdepth option from the command but it is not working.
find . -daystart -mtime $(( -1-$(date +%j)+$(date --date '08 Oct' +%j))) ! -mtime $((...
4,570
Posted By gvkumar25
I have gone through man pages of Find and...
I have gone through man pages of Find and explored a option . But I cannot use this option as I don't have permission create any files on remote server.
Here is the option which I have seen in Man...
4,570
Posted By gvkumar25
Files between two dates in UNIX
Hi Team,

I need to connect to a prod server and need to get the files which falls between two dates. I should not create ant files on that machine.
I am using korn shell.

Your help is very...
Showing results 1 to 6 of 6

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