Search Results

Search: Posts Made By: hench
2,015
Posted By hench
Join lines using sed or awk
Hi,

I have text file that looks like this:

blabla
bla
PATTERN
LINE1
LINE2
bla
bla
bla
PATTERN
LINE1
LINE2
bla
PATTERN
LINE1
LINE2
bla
1,774
Posted By hench
Thanks Franklin52 ! It works fine.
Thanks Franklin52 !
It works fine.
1,774
Posted By hench
Join multiple lines
Hi

I have a source file ( written i C ) where a funtion call is spread over multiple lines, for example :

func(
a,
b,
c
);

I want this to be joined into one single line :
...
5,154
Posted By hench
Pipe in command string
Hi,

Can't you have a pipe in a command string ?

If I try the following I get errors.

Why ?


> cmd="ls -lrt | grep xyz"
> $cmd

|: No such file or directory
grep: No such file...
Showing results 1 to 4 of 4

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