码迷,mamicode.com
首页 > 系统相关 > 详细

Linux学习之033_2

时间:2014-08-15 18:08:29      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:linux学习

在/sbin/(系统自动查找目录,即path所列出的目录)脚本a.sh开头:#! /bin/bash -f

那么执行a.sh -q实际上为:/bin/bash -f /sbin/a.sh -q

;用于连接多个命令,依次执行各个命令,如果跟&则表示命令在后台运行,即不执行完该命令就继续往下执行

tr:

[root@localhost ~]# tr "a-z" "A-Z"

dfdfd

DFDFD

[root@localhost ~]# tr -s "a-z"      //-s为删除标准输出中重复的

aabbccddAA

abcdAA

[root@localhost ~]# tr -d "a-z" //-d为删除标准输出中再列表中出现的

AaBbCc

ABC

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣


本文出自 “flyclc” 博客,请务必保留此出处http://flyclc.blog.51cto.com/1385758/1540707

Linux学习之033_2,布布扣,bubuko.com

Linux学习之033_2

标签:linux学习

原文地址:http://flyclc.blog.51cto.com/1385758/1540707

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!