Oracle DBAs most often find themselves working on Unix platforms and therefore some familiarity with Unix scripting is helpful. Utilities like “sed,” “awk,” and “grep” are often used in Unix scripts. Sed is a “stream editor” which filters and transforms a stream of text. Awk is a pattern matching and processing language named after Unix [...]

