awk for windows кто-нибудь использовал?
Добавлено: 27 мар 2007, 10:53
Apparently awk for windows uses different special characters inherited from Windows.
So far, using swag method i found that
in Windows should be
Now I'm trying to do
and I can't figure out what to use to substitute " symbol
Any clue?
P.S. I would love to RTFM if there was FM I could FR
P.P.S. The only thing Google came up with was the same question with answer "Use perl instead"
So far, using swag method i found that
Код: Выделить всё
awk '{print $1}'
Код: Выделить всё
awk "{print $1}"
Код: Выделить всё
awk '{print a "\t" b}'
Any clue?
P.S. I would love to RTFM if there was FM I could FR

P.P.S. The only thing Google came up with was the same question with answer "Use perl instead"
