User Tools

Site Tools


linux:bash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:bash [2026/05/15 13:29] – [REDIRECTS vs PIPES] v1ctorlinux:bash [2026/05/15 13:30] (current) – [REDIRECTS vs PIPES] v1ctor
Line 79: Line 79:
  
  
-Pipes: process → process+Pipes: process → process
 +<code bash> 
 +cmd1 | cmd2           # Takes cmd1's stdout and feeds it directly into cmd2's stdin. No file involved 
 +ls | grep ".txt"      # ls output becomes grep's input 
 +</code>
 ==== STANDARD INPUT and OUTPUT ==== ==== STANDARD INPUT and OUTPUT ====
  
linux/bash.1778851768.txt.gz · Last modified: by v1ctor