linux一些我以前不常用的命令

一次性创建多个文件

touch test{1..10}_file.txt

一次性创建多个目录

mkdir dir_{1..10}

查看文件的具体类型

vim hello.c
gcc -o hello hello.c
file hello

让一个应用在后台运行(web服务器)

nohup (此处填入命令) &

全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务