← 返回命令列表

Linux command

up 命令

文件

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Interactively build a pipeline from command output

lshw |& up

Process CSV data interactively

cat [data.csv] | up

说明

up (Ultimate Plumber) lets you build complex shell pipelines interactively by showing instant live preview of command results as you type. The pipeline is passed to bash, so all bash features work. Press Ctrl-X to save the final pipeline to a script file. The input buffer is capped at 40 MB.

FAQ

What is the up command used for?

up (Ultimate Plumber) lets you build complex shell pipelines interactively by showing instant live preview of command results as you type. The pipeline is passed to bash, so all bash features work. Press Ctrl-X to save the final pipeline to a script file. The input buffer is capped at 40 MB.

How do I run a basic up example?

Run `lshw |& up` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more up examples?

This page includes 2 examples for up, plus related commands for nearby Linux tasks.