据我所知,&在命令之后使用是为了在后台运行它.
&
&用法示例:tar -czf file.tar.gz dirname &
tar -czf file.tar.gz dirname &
但是怎么样&&?(看看这个例子:https://serverfault.com/questions/215179/centos-100-disk-full-how-to-remove-log-files-history-etc#answer-215188)
&&
syntax bash shell command-line
在我的Node应用程序中,我需要删除一个包含一些文件的目录,但fs.rmdir只适用于空目录.我怎样才能做到这一点?
fs.rmdir
filesystems node.js
bash ×1
command-line ×1
filesystems ×1
node.js ×1
shell ×1
syntax ×1