Joined
Last Seen
0 Reputation Points
20% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #72.9K
1 Posted Topic
I have a little sed problem which I can't seem to figure out: I would like to concatenate the next line of a file to the current line if the current line doesn't end in ; I tried the next command but it doesn't seem to work: sed '/[^;]$/{N;s/\n//;}' Any …
The End.
chrislee.980