alias hehistory10='history |awk "{print \$2}"|sort|uniq -c|sort -rn|head -10'
alias lv='ls -l|awk -F" " "{print \$9}"'

# $要转义

相关文章:

  • 2022-12-23
  • 2021-05-22
  • 2021-12-22
  • 2021-06-20
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-06-26
相关资源
相似解决方案