Created
September 14, 2018 14:43
-
-
Save tommypeps/aa772e6c00c40a6c5cb2d7b4d9a43d6b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myfunctionTest() { | |
#read from pipeline | |
while read data; do | |
line=$data | |
echo line | |
done | |
} | |
myfunctionTest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment