Computing.Net > Forums > Unix > change awk delimiter

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

change awk delimiter

Reply to Message Icon

Name: AWK
Date: September 15, 2002 at 12:14:42 Pacific
OS: UNIX
CPU/Ram: ??
Comment:

How do I change the delimiter of a log file from "Tab" to "|" and then make a copy of the original log file to a new file by using AWK?

Thx



Sponsored Link
Ads by Google

Response Number 1
Name: Mark
Date: September 16, 2002 at 06:21:49 Pacific
Reply:

Hi-

Try "awk -F\|"

Good Luck


0
Reply to Message Icon

Related Posts

See More


Shell script and cron job HP11.0's executable in HP...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: change awk delimiter

tweaking William's awk script www.computing.net/answers/unix/tweaking-williams-awk-script/5174.html

AWk help www.computing.net/answers/unix/awk-help/6999.html

Comparing file sizes in korn script www.computing.net/answers/unix/comparing-file-sizes-in-korn-script/2776.html