← 全部工具

p6m7g8-dotfiles/p6df-shell

热度 70 更新于 网络与系统管理

P6 Dotfiles: SHELL

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

P6's POSIX.2: p6df-shell

Table of Contents

  • Badges
  • Summary
  • Contributing
  • Code of Conduct
  • Usage
  • Aliases
  • Functions
  • Hierarchy
  • Author

Badges

Summary

TODO: Add a short summary of this module.

Contributing

  • How to Contribute

Code of Conduct

  • Code of Conduct

Usage

Aliases

  • 256color - export TERM=xterm-256color
  • -
  • bclq - bc -lq
  • cpr - cp -R
  • duh - du -h
  • established - netstat -an -p tcp | p6filterrowselect ESTABLISHED
  • grepr - grep -R
  • h - history 25
  • history - fc -l 1
  • j - jobs -l
  • listen - netstat -an -p tcp | p6filterrowselect LISTEN
  • listenu - netstat -an -p udp
  • ll - /bin/ls -alFh --color=auto
  • mvf - mv -f
  • myip - dig +short myip.opendns.com @resolver1.opendns.com
  • netstat - netstat -an -p tcp
  • prettyjson - python -mjson.tool
  • rmrf - rm -rf
  • sshkeycheck - p6sshkeycheck
  • tart - tar -tvzf
  • tarx - tar -xvzof
  • whichlinux - uname -a; cat /etc/release; cat /etc/issue
  • xclean - p6xclean

Functions