Hello,
I would like to use sed with Cygwin, but it doesn't seem to work.
I parse a text file and only want the line starting with a letter, so I tried this:
$ cat testfile | sed '/^[A-Za-z]/'
sed: -e expression #1, char 11: missing command
Any ideas?
Barn.
IBM Certified -- ls command user
I would like to use sed with Cygwin, but it doesn't seem to work.
I parse a text file and only want the line starting with a letter, so I tried this:
$ cat testfile | sed '/^[A-Za-z]/'
sed: -e expression #1, char 11: missing command
Any ideas?
Barn.
IBM Certified -- ls command user