哪一个命令能用来删除当前目录及其子目录下名为‘Core’的文件?()
A: fin
B: -nAmeCore-exeCrm;
C: fin
D: -nAmeCore-exeCrm{}\;
E: fin
F: -nAmeCore-exeCrm{}-;
G: fin
H: -nAmeCore-exeCrm{}。
A: fin
B: -nAmeCore-exeCrm;
C: fin
D: -nAmeCore-exeCrm{}\;
E: fin
F: -nAmeCore-exeCrm{}-;
G: fin
H: -nAmeCore-exeCrm{}。
举一反三
- 要将当前目录及其自目录下后缀名为“.bak”的文件全部删除,正确的命令是()。 A: find–name“*.bak”–execrm{}; B: find–name“*.bak”–execrm{}/; C: find–name“*.bak”–execrm/; D: find–name“*.bak”–execrm{}/
- 哪一个命令能用来删除当前目录及其子目录下名为‘core'的文件? A: find.-namecore-execrm; B: find.-namecore-execrm{}\; C: find.-namecore-execrm{}-; D: find.-namecore-execrm{};
- ()命令可以用来删除当前目录及其子目录下名为lx的文件。
- 要建立文件流并打开当前目录下的文件file1.dat用于输入,下列语句中错误的是 。 A: ifstream fin=ifstream.open("file1.dat"); B: ifstream *fin=new ifstream("file1.dat"); C: ifstream fin; fin.open("file1.dat"); D: ifstream *fin=new ifstream(); fin->open("file1.dat");
- 要建立文件流并打开当前目录下的文件file. dat用于输入,下列语句中错误的是______。 A: ifstream fin=ifstream. open("file. dat"); B: ifstream *fin=new ifstream("file. dat"); C: ifstream fin; fin. open("file. dat"); D: ifstream *fin=new ifstream(); fin->open("file. dat");