GoMCU-記錄工作上常用到的命令GoMCU
  • 首頁
  • 站長
当前位置:GoMCU > 未分類 > 正文

shell awk sed 第幾行 第幾列

2018-07-03 分类:未分類 评论(0)

ls -l 的第五行第二列

ls -l | awk ‘{print $5}’ | sed -n ‘2p’

未經允許不得轉載:GoMCU » shell awk sed 第幾行 第幾列
上一篇
Qualcomme msm8953 build mbn
下一篇
git stash;git stash clear;git checkout .;git clean -fdx;git prune;git pull

相關推薦

  • FFmpeg 只要 mpegts 的 library 瘦身 精簡 cross-compile arm
  • mbedtls 編譯
  • Android i2c-tools 編譯

© 2010-2025   GoMCU