Search Results

Search: Posts Made By: MadeInGermany
5,385
Posted By MadeInGermany
You mean the base64-string is repeated on the...
You mean the base64-string is repeated on the next line?
Doesn't make sense, does it? Currently it is ignored. Nothing to be done.
5,385
Posted By MadeInGermany
With bash builtins: #!/bin/bash while read w1...
With bash builtins:
#!/bin/bash
while read w1 line
do
case $w1 in
(uid:) uid=$line;;
(displayName:) displayName=$line;;
(street::) street=$(openssl enc -base64 -d <<< "$line" | tr '\n'...
Showing results 1 to 2 of 2

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