Search Results

Search: Posts Made By: cstudent
1,621
Posted By cstudent
opps ok solved it. thanks for the help
opps ok solved it. thanks for the help
1,621
Posted By cstudent
i did delete the spaces but it still says command...
i did delete the spaces but it still says command Add is not found :confused:


#!/bin/bash
#-c

#count = 0
for userName in `awk -F":" '{print $3}' passwd`
do
while [ $userName -gt...
1,621
Posted By cstudent
newbie shellscript tryout help.
hi, i have the following shellscript and it keeps telling me that Add: command not found. Can anyone explain to me whats wrong?

for userName in `awk -F":" '{print $3}' passwd`
do
while [...
Showing results 1 to 3 of 3

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