Search Results

Search: Posts Made By: akore83
4,745
Posted By MadeInGermany
Have your test_enc like this: #!/bin/sh ...
Have your test_enc like this:
#!/bin/sh
openssl enc -d -aes-256-cbc -a -in bb -pass pass:test123 | sh -s "$@"
1,716
Posted By RudiC
I am sorry to say that it's almost impossible to...
I am sorry to say that it's almost impossible to "teach" you regular expressions and patterns therein. This is very much a matter of experience.
Set up a set of a few close but different filenames,...
1,716
Posted By balajesuri
Yes, and you could even be more specific w.r.t....
Yes, and you could even be more specific w.r.t. pattern for date:
Ashish_en_[A-Za-z]+[0-9]{2}_1\.log
1,716
Posted By balajesuri
You cannot have two quantifiers * and + one after...
You cannot have two quantifiers * and + one after the other. It either has to be * (0 or more occurrences of the previous character) or + (1 or more occurrences of previous character.
2,501
Posted By DGPickett
Touch two files with the right times and "find...
Touch two files with the right times and "find ... -type f -newer low_time ! -newer high_time"?
2,501
Posted By bdittmar
find and copy
Hello,

use find with time options (-mtime, -ctime, -atime, -cmin ....)
and -exec cp in your cron.
Showing results 1 to 6 of 6

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