Search Results

Search: Posts Made By: an2up
1,936
Posted By an2up
finding users first name and last name
an someone help me how do i do this..
Display user id, first and last names of all the members of your CIS132 class in alphabetical
order by last name.
Hint:
• All classmate names are in the...
8,162
Posted By an2up
finding users first name and last name
can someone help me how do i do this..
Display user id, first and last names of all the members of your CIS132 class in alphabetical
order by last name.
Hint:
• All classmate names are in the...
2,733
Posted By an2up
but listen, this is not my Q,, I was assign a...
but listen, this is not my Q,, I was assign a task.. where I have to find all those filenames, inside the files where the pattern "a" is used only once..

for i in *; do if [ `grep -o "a" $i | wc...
19,434
Posted By an2up
egrep -iow '(http[s]*[:][/]+|www[.])[^"\<>]*'...
egrep -iow '(http[s]*[:][/]+|www[.])[^"\<>]*' url.txt

is this command logically incorrect to match a url pattern inside a file and display only the urls in the terminal???

Please rectify the...
2,733
Posted By an2up
Counting the number of repetition of a pattern
the o/p of a command is
-bash-2.05b# grep -o a *
cc:a
dd:a
a
dd:a
office:a
a
a
a
a
a
a
a
a
a
a
a
a
a
8,028
Posted By an2up
Matching A URL pattern
egrep -iow '(http[s]*[:][/]+|www[.])[^"\<>]*' url.txt

is this command logically incorrect to match a url pattern inside a file and display only the urls in the terminal???

Please rectify the...
Showing results 1 to 6 of 6

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