1. cat ~/.bash_history

2. history -w /dev/stdout

3. history | cut -c 8-

4. fc -l -n 1 | sed 's/^\s*//'

5. history|awk '{$1="";print substr($0,2)}'

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-08-27
  • 2021-08-05
猜你喜欢
  • 2021-10-01
  • 2021-08-20
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案