Title: piping  - Immanuel Raj

---

# Tag: piping

 * 
   ## 󠀁[Piping Bash](https://immanuelraj.dev/piping-bash/)󠁿
   
 * [March 4, 2024](https://immanuelraj.dev/piping-bash/)
 * —
 * by
 * [Immanuel Raj](https://immanuelraj.dev/author/iamimmanuelraj/)
 * in [Linux](https://immanuelraj.dev/category/linux/)
 * Read Time
 * 1–2 minutes
 * Bash is good, ZSH is also good….but the fact that they both do not allow piping
   is bad. Well technically they do work, but it works in a different way. Sometimes
   its okay for us, rest times it is not. So what’s the issue here… Say you have
   a code in your bash script like…