Stack Exchange
sign up
|
log in
|
Unix & Linux
Questions
Tags
Tour
Users
Ask Question
user1606
less info
network profile
389
reputation
1
2
bio
website
location
age
visits
member for
2 years, 8 months
seen
Oct 24 '10 at 23:34
stats
profile views
17
389
reputation
bio
website
visits
member for
2 years, 8 months
1
2
badges
location
seen
Oct 24 '10 at 23:34
summary
answers
questions
tags
badges
favorites
bounties
reputation
activity
14
Actions
suggestions
reviews
revisions
comments
badges
posts
accepts
all
Sep
11
awarded
Yearling
Oct
24
answered
Remove end of line characters from stdout? Multiple lines into a single line
Oct
24
answered
Grabbing the first [x] characters for a string from a pipe
Oct
24
awarded
Editor
Oct
24
revised
How could I simplify this command to only use awk?
added 126 characters in body
Oct
24
comment
How could I simplify this command to only use awk?
no need to use the extra brackets in
/(user)/
. Just
/user/
will do
Oct
24
comment
How could I simplify this command to only use awk?
There's no point using
tr
, since i believe OP wants to get rid of extra commands. Just one awk command does the job.
Oct
24
answered
How could I simplify this command to only use awk?
Sep
28
answered
Substitute part of text file using bash script
Sep
28
answered
Is there a basic tutorial for grep, awk and sed?
Sep
16
awarded
Teacher
Sep
16
answered
What's the best way to take a segment out of a text file?
Sep
13
answered
How to find image files by content
Mar
8
answered
How do I set a limit on the number of files Linux can have open?
Unix & Linux Stack Exchange works best with JavaScript enabled