其他分享
首页 > 其他分享> > 2021-11-1

2021-11-1

作者:互联网

Linux command learning record

  1. stat : this command will display the status information of a file
  2. wc -l : count the amount of lines in the objective file
  3. wc -w : count the amount of words in the objective file
  4. wc -c : count the amount of characters in the objective file
  5. head -n [ 10] : display the first 10 lines of the objective file
  6. tail -n [10] : display the last 10 lines of the objective file
  7. tail -f : automatically outputs appended contents of the objective file

标签:11,count,filewc,10,lines,amount,2021,objective
来源: https://blog.csdn.net/weixin_43707146/article/details/121090190