Rewrote the 'return' definition
parent
5819ff844e
commit
562e28e972
|
@ -69,5 +69,6 @@ Desktop Downloads Documents Images Videos Music
|
||||||
If `ls` returned what seems to be the files or directories on your computer, then you have everything you need!
|
If `ls` returned what seems to be the files or directories on your computer, then you have everything you need!
|
||||||
|
|
||||||
**Note**: "return" is technical jargon used to describe how something
|
**Note**: "return" is technical jargon used to describe how something
|
||||||
on a computer sends data somewhere. In this case, text is the data
|
on a computer sends data somewhere. In this case, the text
|
||||||
being sent to our screen.
|
representing your files and directories is the data , and that text is
|
||||||
|
being sent to your screen.
|
||||||
|
|
Loading…
Reference in New Issue