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

linux 管道,输出重定向,后端执行

时间:2019-08-22 13:18:31      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:执行   height   mic   alt   --help   image   mamicode   inf   code   

 1. | (管道)


$time|data:"Y-m-d"
将前部的输出,作为后部的输入:
配合管道使用的命令,典型的就是grep,more

find --help | grep cnewer

./configer -help |grep apxs

技术图片

 

2.more的典型使用

./configer -help | more   --- 不会一屏展示 空格 键按下依次展示

技术图片

 

3.
输出重定向 >
./configer  --help > configure_help.txt

4.后端执行&    --表示该进程在后端执行

技术图片

 

linux 管道,输出重定向,后端执行

标签:执行   height   mic   alt   --help   image   mamicode   inf   code   

原文地址:https://www.cnblogs.com/yangzailu/p/11393350.html

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