unexpand-works-like-gnu

来自「busybox最新版的源码:学习和应用的好东东,多的不说了,大家看后再说吧」· 代码 · 共 53 行

TXT
53
字号
rm -f foo barecho "       y" | unexpand ../../busybox > fooecho "       y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then	set -e	diff -q foo barfirm -f foo barecho "        y" | unexpand ../../busybox > fooecho "        y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then	set -e	diff -q foo barfiecho "       y       y" | unexpand ../../busybox > fooecho "       y       y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then	set -e	diff -q foo barfirm -f foo barecho "        y        y" | unexpand ../../busybox > fooecho "        y        y" | busybox unexpand ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then	set -e	diff -q foo barfiecho "       y       y" | unexpand -a ../../busybox > fooecho "       y       y" | busybox unexpand -a ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then	set -e	diff -q foo barfirm -f foo barecho "        y        y" | unexpand -a ../../busybox > fooecho "        y        y" | busybox unexpand -a ../../busybox > barset +etest ! -f foo -a -f barif [ $? = 0 ] ; then	set -e	diff -q foo barfi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?