返回命令列表

Linux command

up 命令

文件

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

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.