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

继续 学习Linux

时间:2014-08-13 15:13:07      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:linux 命令 标准输入输出

使用ctrl+r 后输入字母可以调用以前输入过的命令
例如:
$同时按下ctrl+r 后
界面显示(reverse-i-search)`‘:grep 就可以调用之前使用过的grep命令
\a Alert 警报会发出铃声 
\b Backspace.  退格
\e Escape.字符转换 
\f Form feed. 换页
\n Newline.  换行
\r Carriage return. 回车
\t Horizontal tab. 
\v Vertical tab. 
\\ Backslash.  转义
清屏命令 clear; 或者直接使用快捷键ctrl+l

Standard Input: Redirecting standard input. 重定向标准输入 使用‘<’
Standard Output: Redirecting standard output. 重定向标准输出使用‘>’或者追加输出 ‘>>’
Standard Error: Redirecting standard error. 重定向标准错误 ‘2>’$apropos shells 2> command.error
To redirect both standard output and standard error to the same file, use `&>‘ instead
Pipelines: Building pipelines. 建立管道使用 ‘|‘


本文出自 “赶不上的脚步” 博客,请务必保留此出处http://xxmspace.blog.51cto.com/1056016/1539350

继续 学习Linux,布布扣,bubuko.com

继续 学习Linux

标签:linux 命令 标准输入输出

原文地址:http://xxmspace.blog.51cto.com/1056016/1539350

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