Search Results

Search: Posts Made By: freak
2,456
Posted By freak
the program started out as shell and now my...
the program started out as shell and now my supervisor wants it converted to shell for whatever reason when we do a lot of bash shell scripting.
2,456
Posted By freak
Need help with changing bash to perl
Hi guys,
I am converting a bash script to perl. I need lots of help and pointers on how to make the script work. Any help would be greatly appreciated. Here is what I have:
#!/usr/bin/perl...
2,667
Posted By freak
Help! Need to convert bash shell to perl
Hello All. I am very new to Linux and I am currently interning. I have been working on a project for 2 weeks now and I have had no success. I have to convert bash shell into perl to decrypt and store...
2,420
Posted By freak
Intern needing to convert bash to perl.
Hello All. I am very new to Linux and I am currently interning. I have been working on a project for a week and I have had no success. I have to convert bash shell into perl to decrypt and store...
3,191
Posted By freak
Sorry
I meant converting the bash shell to a perl script.
3,191
Posted By freak
Another bash shell to perl conversion
Hello everyone. I am new to linux and need help again. I need help converting this bash shell to linux:

for i in `ls -l *.txt`
do
`./cnvidtf.pl $i`
`curl -u login:pswd --disable-espv -T...
4,035
Posted By freak
Another bash shell to perl conversion
Hello everyone. I am new to linux and need help again. I need help converting this bash shell to linux:

for i in `ls -l *.txt`
do
`./cnvidtf.pl $i`
`curl -u login:pswd --disable-espv -T...
4,035
Posted By freak
Thank you very much
Thank you so much Mr. Sawant!
4,035
Posted By freak
Converting bash shell to perl
Does anyone know how to convert this bash shell script to perl?
for i in `ls -l *pgp`
do
`usr/bin/gpg --passphrase-fd 0 $i < .sunspot`
done

Thanks! Any help would be appreciated. I'm new to...
Showing results 1 to 9 of 9

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