AWK in Shell and Bash Scripts Called in Crontab
AWK in Shell and Bash Scripts Called in Crontab In brief: You need to put the backslash before variable: awk ‘{print \$3}’ AWK is the programming language that regularly used by admins to parse data from files, stdin, stdout. A common issue to use it, especially print function in shell/bash scripts. But … Continue reading AWK in Shell and Bash Scripts Called in Crontab