commands.mif
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 65 行
MIF
65 行
#
# COMMANDS: define the names of all the commands in the project
#
# The directory $(posix_dir)\src\<command_name> must exist and contain
# the source for each command.
COMMANDS = &
basename &
cat &
cmp &
comm &
compress &
cut &
date &
dev &
dirname &
env &
expand &
false &
fmt &
fold &
head &
lc &
line &
more &
paste &
ps &
pwd &
rev &
sed &
split &
strings &
tail &
tee &
tr &
true &
trunc &
unexpand &
uniq &
uuencode &
uudecode &
wc &
who
!ifeq targos qnx
!else ifeq targos qnx16
!else
COMMANDS += &
chmod &
cp &
df &
du &
egrep &
fgrep &
gnutar &
ls &
mkdir &
od &
rm &
rmdir &
sleep &
which
!endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?