Search Results

Search: Posts Made By: useretail
1,587
Posted By useretail
for i in {1..1024}; do base64 -i encrypt.txt -o...
for i in {1..1024}; do base64 -i encrypt.txt -o temp; mv -f temp encrypt.txt; done
for i in `seq 1024`; do base64 -i encrypt.txt -o temp; mv -f temp encrypt.txt; done
i=0; while (( i++ < 1024 ));...
Showing results 1 to 1 of 1

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