Search Results

Search: Posts Made By: RudiC
4,154
Posted By RudiC
Why not$ while read -p "Enter file name; <ctrl>D...
Why not$ while read -p "Enter file name; <ctrl>D to end" file
do [ -f "$file" ] && openssl x509 -text -in "$file" || echo "File Doesn't Exist: $file"
done
Showing results 1 to 1 of 1

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