Search Results

Search: Posts Made By: milagros
24,272
Posted By milagros
command nc
can anyone tell me what exactly do the command nc -lp ${L#* } which L=$1
any help would be appreciated!!!
11,777
Posted By milagros
thanks for your reply...it's only a book exercise...
thanks for your reply...it's only a book exercise and it's just for practice.it's not a homework... i am pretty new shell scripting ...
thanks again
11,777
Posted By milagros
thanks for your reply..but i asked something...
thanks for your reply..but i asked something else...
my code is:
if [ $# -eq 1 ]
then
echo "give the parameter"
exit 1
fi

for i in *
do
grep "$1" $i
if [ $? -eq...
11,777
Posted By milagros
searching files through all subdirectories beneath the current directory
i want to make a bash script that searches a specific pattern in files through all subdirectories beneath the current directory..without using the command grep-R
but only the command grep..
...
1,497
Posted By milagros
please help with a bash script
i am pretty new shell scripting,so i need your help..i want to create a bash script that search for a specific pattern in a file, such as a word,beneath current directory. Also,it is important to...
Showing results 1 to 5 of 5

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