| | |
Bash Scripting vs AWK GAWK
![]() |
•
•
Join Date: Oct 2007
Posts: 399
Reputation:
Solved Threads: 47
Hey there,
In simple terms, bash is a Unix/Linux shell and scripting in it is just like using the shell in a more sophisticated (or readable
way. Awk is a standalone utility that you can launch from bash.
Bash can pretty much do anything (if you're creative) but awk is very well suited to rearranging fields and records in a files (I think it was mostly based on this when it first came out. It does have many features that define it now as a programming language, by strict standards)
Hope that helped
, Mike
In simple terms, bash is a Unix/Linux shell and scripting in it is just like using the shell in a more sophisticated (or readable
way. Awk is a standalone utility that you can launch from bash. Bash can pretty much do anything (if you're creative) but awk is very well suited to rearranging fields and records in a files (I think it was mostly based on this when it first came out. It does have many features that define it now as a programming language, by strict standards)
Hope that helped

, Mike
Linux and Unix Tips, Tricks and Individual Advice - The Linux and Unix Menagerie!
------------------------------------------------------------------------
The greatest viral marketing idea of all time, get your copy of this Free Report now!
------------------------------------------------------------------------
The greatest viral marketing idea of all time, get your copy of this Free Report now!
![]() |
Similar Threads
- Sendmail Log Watch (Shell Scripting)
Other Threads in the Shell Scripting Forum
- Previous Thread: createing an IF variable in .bat file
- Next Thread: Need to print certain lines from a file
| Thread Tools | Search this Thread |





