📄 reduce
字号:
O=$1shiftobjtype=$1shiftls -p ../$objtype/*.[cs] >[2]/dev/null | sed 's/..$//' > /tmp/reduce.$pid## if empty directory, just return the input files#if (! ~ $status '|') { echo $* rm /tmp/reduce.$pid exit 0}echo $* | tr ' ' \012 | grep -v -f /tmp/reduce.$pid | tr \012 ' 'rm /tmp/reduce.$pid
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -