Search Results

Search: Posts Made By: cpolikowsky
4,660
Posted By rdrtx1
#!/bin/bash while [ -z "${ans[0]}" ] do ...
#!/bin/bash

while [ -z "${ans[0]}" ]
do
awk -F'|' '{print NR ") get password for " $1 " on " $2}' input.txt
read -p "Choose Option Number: " sel
ans=($(awk -F'|' 'NR==sel {print $1, $2}'...
Showing results 1 to 1 of 1

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