Tagged Questions
1
vote
1answer
67 views
What does mean ` AWK=@AWK@` in shell scripting
I found AWK=@AWK@ while reading sh script, it's something like AWK=$(which awk), but it's not working.
So can anyone explain this ?
Script :
#!/bin/sh -
# makelist.sh: Automatically generate header ...