Search Results

Search: Posts Made By: akore83
4,656
Posted By akore83
Worked perfectly.. MadeInGermany... Thanks a...
Worked perfectly.. MadeInGermany... Thanks a ton...


> cat test_enc
#!/bin/sh
openssl enc -d -aes-256-cbc -a -in bb -pass pass:unix11 | sh -s "$@"

> test_enc MadeInGermany
Hi...
4,656
Posted By akore83
> aa AK Hi AK.. > cat aa #!/bin/ksh ...
> aa AK
Hi AK..
> cat aa
#!/bin/ksh

UNAME=$1
echo "Hi $UNAME.."
4,656
Posted By akore83
Thanks RudiC.. I have renamed the script.. now I...
Thanks RudiC.. I have renamed the script.. now I dont have that error.. but still I am not getting the desired output..


> mv cc test_enc
> test_enc
Hi ..
> test_enc AK
Hi ..


I want it...
4,656
Posted By akore83
How to pass an argument to encrypted script having openssl ?
Hi,
can it be possible to pass and argument to an encrypted script?

for example.. Say I have this script which takes one input..


> cat aa
#!/bin/ksh

UNAME=$1
echo "Hi $UNAME.."

> aa...
1,633
Posted By akore83
Thank you for the advice.. can you please let me...
Thank you for the advice.. can you please let me know is it a correct pattern for the file? Ashish_en_Feb07_1.log

Ashish_en_[A-Za-z]+[0-9]+_1\.log
1,633
Posted By akore83
How to give file name syntax?
Hello all,
I have one problem. I am designing a script. Which will look for a certain pattern for file name. If pattern matches, then it will pick the file. but I am unable to give proper pattern.
...
2,332
Posted By akore83
How to pick only the files which are generated in one hour?
Hello Masters,
I need one help.
I want to copy the files which are continuously generating on one server.
But this would be on hourly basis.

e.g.
-rw-rw-r-- 1 akore akore 0 Feb 12 03:20...
Showing results 1 to 7 of 7

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