On 31/05/2014 23:24, patrick wrote: > I would need an example with sed command which do the next: > parse a input file and write in a file all what performs the pattern: > > typedef [int or char or float or double or long or short] > > I would say that return every line from a file which is a typedef > for a type;
grep(1) seems more appropriate for that use-case. _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
