2019年9月27日

Batch - 忽略FORFILES “no files found” error

摘要: ref:https://stackoverflow.com/questions/16820681/suppress-forfiles-no-files-found-error Solution: The solution is to capture the output of the FORFILE 阅读全文

posted @ 2019-09-27 18:04 frank_cui 阅读(879) 评论(0) 推荐(0)

Batch - forfiles 命令详解

摘要: forfiles 命令详解 注意: 这些命令是等价的: /S 等同于 -s, /M 等同于 -m 阅读全文

posted @ 2019-09-27 17:28 frank_cui 阅读(771) 评论(0) 推荐(0)

Linux下可以运行bat文件么?

摘要: bat是批处理文件,在windows和linux上都可以使用。 不过在linux的命令行中不可以直接敲"xxx.bat",系统会去找所有的命令。 想要调用bat文件,需要写绝对路径,比如"/home/myDir/xxx.bat",或者是切换到bat文件所在的目录,然后键入:"./xxx.bat".这 阅读全文

posted @ 2019-09-27 16:54 frank_cui 阅读(56874) 评论(0) 推荐(1)

Batch pk Shell - WindowsBatch与LinuxShell比较 [变量符号和关键字]

摘要: 原文地址:WindowsBatch与LinuxShell比较[变量符号和关键字] 一 简单实例1)batch file 小结:- batch file一般以bat或cmd为后缀。- 第一行为@echo off表示关闭运行时batch file本身输入,只输出运行的结果。- rem和::表示注释。2) 阅读全文

posted @ 2019-09-27 16:47 frank_cui 阅读(700) 评论(0) 推荐(0)

Unix、Linux、Windows操作系统的区别

摘要: 1.操作区别 原文地址: https://blog.csdn.net/qq_41026740/article/details/96018808 linux区分大小写,windows在dos界面命令下不区分大小写; linux所有内容均以文件形式保存包括硬件,用户,而windows文件和硬件没什么关系 阅读全文

posted @ 2019-09-27 16:43 frank_cui 阅读(5815) 评论(0) 推荐(0)

导航

levels of contents