Search Results

Search: Posts Made By: boyboy1212
1,922
Posted By Corona688
REPEAT="y" while [ "$REPEAT" = "y" ] do ...
REPEAT="y"

while [ "$REPEAT" = "y" ]
do
echo "stuff"

echo "Would you like a repeat?(type y/n and hit enter)"
read REPEAT
done
6,248
Posted By Chubler_XL
awk -F: '$7 == "/bin/bash" {print $1}' psswd >...
awk -F: '$7 == "/bin/bash" {print $1}' psswd > different_file
6,248
Posted By Chubler_XL
awk -F: '$7 == "/bin/bash" {print $1}'...
awk -F: '$7 == "/bin/bash" {print $1}' /etc/passwd
Showing results 1 to 3 of 3

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