Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • how am i supposed to use these function of yours with the pipe ? i pasted your code, verbatim, and it keeps exiting the shell without returning anything : . ./testchgcase.bash ; pvE0 < "${m3t}" | ucase | ghead [Process completed] Commented Dec 22, 2022 at 10:02
  • @RARE Kpop Manifesto You need to catch the piped data and call a function Add as the last line: lcase "$(cat)" Commented Jan 2 at 1:47