Revert "Fix some stuff with ls() and cat"

This commit is contained in:
danielyxie
2018-02-16 15:03:16 -06:00
committed by GitHub
parent d37e8f1d5f
commit 1f5ab50b79
4 changed files with 5 additions and 24 deletions
+1 -2
View File
@@ -346,10 +346,9 @@ scp
ls
^^
.. js:function:: ls(hostname/ip, [grep])
.. js:function:: ls(hostname/ip)
:param string hostname/ip: Hostname or IP of the target server
:param string grep: a substring to search for in the filename.
Returns an array with the filenames of all files on the specified server (as strings). The returned array
is sorted in alphabetic order