expand-works-like-gnu
来自「busybox最新版的源码:学习和应用的好东东,多的不说了,大家看后再说吧」· 代码 · 共 19 行
TXT
19 行
rm -f foo barecho -e "\ty" | expand -t 3 ../../busybox > fooecho -e "\ty" | busybox unexpand -t 3 ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfirm -f foo barecho -e "\ty\tx" | expand -it 3 ../../busybox > fooecho -e "\ty\tx" | busybox unexpand -it 3 ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then set -e diff -q foo barfi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?