Skip to content

CSC510-Software-Engineering-Fall-2024/HW-4

Repository files navigation

Linux License: MIT Shell

CSC 510 - SOFTWARE ENGINEERING

Homework 4

Data Wrangling and Pipes

Pipes are a fundamental inter-process communication mechanism on operating systems. They enable the output of one process to be redirected to another. When you write a command on the terminal, the shell is actually creating a process that can execute your command. Since pipes are used to glue together different processes, you can also use pipes on the terminal to enable communication between different commands. The pipe command, represented as a bar symbol |, lets you transfer the output of one command as the input of the next.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages