Red Hat Enterprise Linux 7 高薪入门pdf下载
在当前目录新建一个文件夹叫input,在文件夹里新建三个文件f1.txt,f2.txt,f3.txt,并分别写入一些内容。 mkdir -p input/{1..3}.txt 递归创建文件 echo "hello hadoop" > input/f1.txt' echo "hello java" > input/f2.txt' echo "hello world" > input/f3.txt'
在当前目录新建一个文件夹叫input,在文件夹里新建三个文件f1.txt,f2.txt,f3.txt,并分别写入一些内容。 mkdir -p input/{1..3}.txt 递归创建文件 echo "hello hadoop" > input/f1.txt' echo "hello java" > input/f2.txt' echo "hello world" > input/f3.txt'