Differences between NF and $ NF in LINUX-awk commands
Source: Internet
Author: User
LINUX-awk command NF and $ NF differences LINUX-awk command NF and $ NF difference Q & A: 1. what does $ NF in awk mean? # Pwd/usr/local/etc ~ # Echo $ PWD | awk-F/& amp; #39; {print $ NF} & amp; #39; etcNF indicates the domain of the browsing record... differences between LINUX-awk commands and $ NF: Differences Between LINUX-awk commands NF and $ NF differences between NF and $ nf q & A: 1. what does $ NF mean in awk? # Pwd/usr/local/etc ~ # Echo $ PWD | awk-F/'{print $ NF}' etc NF indicates the number of browsing records. $ NF indicates the last Field (column). 2. what is the difference between the NF variable and the $ NF variable in awk? {Print NF} also has {print $ NF}. The former outputs the number of fields, and the latter outputs the content of the last field, for example :~ # Echo $ PWD | awk-F/'{print $ NF }'
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service