Merge pull request #2437 from KenJohansson/patch-2

Update terminal.rst
This commit is contained in:
hydroflame 2022-01-07 12:50:43 -05:00 committed by GitHub
commit 0835adbdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -425,7 +425,7 @@ nano
$ nano [filename] $ nano [filename]
Opens up the specified file in the Text Editor. Only scripts (.script, .ns, .js) and Opens up the specified file in the Text Editor. Only scripts (.script, .js) and
text files (.txt) can be edited. If the file does not already exist, then a new text files (.txt) can be edited. If the file does not already exist, then a new
empty file will be created. empty file will be created.
@ -595,7 +595,7 @@ wget
$ wget [url] [target file] $ wget [url] [target file]
Retrieves data from a url and downloads it to a file on the current server. Retrieves data from a url and downloads it to a file on the current server.
The data can only be downloaded to a script (.script, .ns, .js) or a text file The data can only be downloaded to a script (.script, .js) or a text file
(.txt). If the target file already exists, it will be overwritten by this command. (.txt). If the target file already exists, it will be overwritten by this command.
Note that will not be possible to download data from many websites because they Note that will not be possible to download data from many websites because they