屁哥 发表于 2016-6-20 09:37:41

人造人 发表于 2016-6-19 19:12
你的意思是修改Linux下的文件名(重命名)吗?
$ls
test.c


我是不是 输入错误了我想把这个 count_lines.c 文件名 改成 text.c

人造人 发表于 2016-6-20 11:27:19

直接输入 mv count_lines.c test.c

人造人 发表于 2016-6-20 11:29:51

屁哥 发表于 2016-6-20 09:07
我想问个问题 / 和不加 /意思 都能进入下一步 有区别没

好像真没有,我也不知道有什么区别

屁哥 发表于 2016-6-21 08:42:35

人造人 发表于 2016-6-20 11:29
好像真没有,我也不知道有什么区别

0了

得意的屁 发表于 2016-6-21 08:43:28

人造人 发表于 2016-6-20 11:27
直接输入 mv count_lines.c test.c

好的记下来了 {:5_101:}

屁哥 发表于 2016-6-21 09:25:07

人造人 发表于 2016-6-20 11:29
好像真没有,我也不知道有什么区别

师兄好祝今天心情美美的

请教个问题 小甲鱼在S1E4的视频教程里面 第 7分06秒输入 rm a.out   
rm +文件名字这代表什么意思呢

人造人 发表于 2016-6-21 18:03:03

屁哥 发表于 2016-6-21 09:25
师兄好祝今天心情美美的

请教个问题 小甲鱼在S1E4的视频教程里面 第 7分06秒输入 rm a.out   


在shell下输入 man rm

RM(1)                            User Commands                           RM(1)

NAME
       rm - remove files or directories //删除文件或目录

SYNOPSIS
       rm ... FILE...

DESCRIPTION
       ThismanualpagedocumentstheGNU version of rm.rm removes each
       specified file.By default, it does not remove directories.

       If the -I or --interactive=once option is given,andtherearemore
       thanthreefilesorthe-r,-R, or --recursive are given, then rm
       prompts the user for whether to proceed with the entire operation.   If
       the response is not affirmative, the entire command is aborted.

       Otherwise,ifa file is unwritable, standard input is a terminal, and
       the -f or --forceoptionisnotgiven,orthe-ior--interac-
       tive=alwaysoption is given, rm prompts the user for whether to remove
       the file.If the response is not affirmative, the file is skipped.

人造人 发表于 2016-6-21 18:05:36

屁哥 发表于 2016-6-21 09:25
师兄好祝今天心情美美的

请教个问题 小甲鱼在S1E4的视频教程里面 第 7分06秒输入 rm a.out   


看看这个
https://www.so.com/s?ie=utf-8&src=hao_360so&shb=1&hsid=5f5ec936b4f59f07&q=linux+%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4
http://blog.csdn.net/xiaoguaihai/article/details/8705992
页: 1 [2]
查看完整版本: sle2 求指点报错英文啥意思 在C里面的意思 就行 我自己找错误