由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - How to batch print about 100 text files?
相关主题
VLDB review方式好奇怪人们说的 Binary Code 指的是什么?
Re: A Full List of AAAS Fellow in CompScSome interview questions
[转载] 大家在Unix下用什么管理邮箱?请问如果我有一个XML sample at hand, how to use it?
[转载] 想把Unix目录下所有小写文件名改大写help with Programming!!!
Help with some basic questionshow to delete a file with NULL name in unix? (转载)
windows下用MPICH并行计算的问题问一个关于批处理的问题,谢了! (转载)
[转载]我心目中的编程高手问问BSD
UNIX下的图形界面编程C 和 C++ code 在不同的机器上有多大不同?
相关话题的讨论汇总
话题: batch话题: print话题: files话题: text话题: unix
进入CS版参与讨论
1 (共1页)
v****s
发帖数: 1112
1
TA要改作业阿。。。。。。。学生从blackboard上面提交homework program, prof说
要return hardcopy to students....
then...
How to batch print 100 text files? i've got Unix and XP.
thanks!
s*x
发帖数: 3328
2
for %f in (*.txt) do print %f blablabla(see the setting in xp)
or anything alike under unix

【在 v****s 的大作中提到】
: TA要改作业阿。。。。。。。学生从blackboard上面提交homework program, prof说
: 要return hardcopy to students....
: then...
: How to batch print 100 text files? i've got Unix and XP.
: thanks!

v****s
发帖数: 1112
3
thanks, but i don't quite get it...
it's in bash?
could u give me more details?

【在 s*x 的大作中提到】
: for %f in (*.txt) do print %f blablabla(see the setting in xp)
: or anything alike under unix

s*x
发帖数: 3328
4
it is the commandline language in M$ windows. try type :\>for /? and you can
get some help. I don't use unix, but I am sure there are similar things.

【在 v****s 的大作中提到】
: thanks, but i don't quite get it...
: it's in bash?
: could u give me more details?

1 (共1页)
进入CS版参与讨论
相关主题
C 和 C++ code 在不同的机器上有多大不同?Help with some basic questions
macOS出自哪一个版本的unix 这个unix能在pc上面跑起来么?windows下用MPICH并行计算的问题
在linux 和 Unix 上做 C/C++ 有差别吗?[转载]我心目中的编程高手
哪位能推荐适于C/C++ 编程的linux/unix使用手册?UNIX下的图形界面编程
VLDB review方式好奇怪人们说的 Binary Code 指的是什么?
Re: A Full List of AAAS Fellow in CompScSome interview questions
[转载] 大家在Unix下用什么管理邮箱?请问如果我有一个XML sample at hand, how to use it?
[转载] 想把Unix目录下所有小写文件名改大写help with Programming!!!
相关话题的讨论汇总
话题: batch话题: print话题: files话题: text话题: unix