Search Results

Search: Posts Made By: aquariusinterac
3,291
Posted By aquariusinterac
Marco, I'm running out at the moment so...
Marco,

I'm running out at the moment so can't troubleshoot this for you but a great place to look would be to google "bash loops" (at least for me the first hit has your answer).

Best of luck I...
3,291
Posted By aquariusinterac
Sounds like you are well on your way and today is...
Sounds like you are well on your way and today is the perfect time to delve into the fun world of bash script writing!
3,291
Posted By aquariusinterac
base64
I'm not sure offhand if you can combine the commands in that way.

if what you want to do is decode the base64 and then decrypt the output, you can do something like:

base64 -d filename.txt >...
3,291
Posted By aquariusinterac
base64
If you are using Linux/Mac go to a command prompt and enter

man base64

so something like base64 -d <filename> or
echo "base64texthere" | base64 -d
should work
...
Showing results 1 to 4 of 4

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