Linux5.19

[root@192 lyl]# touch aaa.txt
[root@192 lyl]# cp aaa.txt /tmp
[root@192 lyl]# mv aaa.txt bbb.txt
[root@192 lyl]# mv /tmp/aaa.txt bbb.txt

[root@192 lyl]# cd ~

[root@192 ~]# touch 1.txt 2.txt 3.txt 4.txt 5.txt

[root@192 ~]# ls -a
. 5.txt .bash_logout .cshrc .ICEauthority Public
… a2.txt .bash_profile .dbus .lesshst .tcshrc
1.txt anaconda-ks.cfg .bashrc Desktop .local Templates
2.txt a.txt b.txt Documents Music Videos
3.txt .a.txt.swp .cache Downloads original-ks.cfg .viminfo
4.txt .bash_history .config .esd_auth Pictures .xauthyqBLBW
[root@192 ~]#

[root@192 ~]# tar -zvcf xxx.tar 1.txt 2.txt 3.txt 4.txt 5.txt
1.txt
2.txt
3.txt
4.txt
5.txt

[root@192 ~]# ls
1.txt 4.txt anaconda-ks.cfg Desktop Music Public xxx.tar
2.txt 5.txt a.txt Documents original-ks.cfg Templates
3.txt a2.txt b.txt Downloads Pictures Videos

[root@192 ~]# tail -10 bbb.txt
3
33
44
55
66
77
88
99
00
01

.txt
3
33
44
55
66
77
88
99
00
01

Linux5.19_第1张图片
Linux5.19_第2张图片

你可能感兴趣的:(作业,bash,linux,开发语言)