Skip to content
Snippets Groups Projects
Commit e9c9b7ac authored by Hunter Goldstein's avatar Hunter Goldstein
Browse files

Add examples for read functionality

parent 4fefc9d6
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,6 @@ matches foo '([A-Z])\w+' || echo false
fn foobar x; end
fn | tr '[a-z]' '[A-Z]'
read foo <<< $(echo bar)
echo $foo
......@@ -2,3 +2,4 @@ true
false
# FUNCTIONS
FOOBAR
bar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment