Closed ZornTaov closed 5 years ago
Nano would probably be too complicated to use over telnet, but I can probably do the other stuff.
The latest commit added echo, touch, and the > and >> stuff. If you have any trouble with those, feel free to request this to be reopened. If you still want nano, feel free to make another issue, but like I said, that seems near impossible with just telnet.
Hot damn. The ability to TOUCH files is a godsend. How about cat?
cat has been implemented since the beginning
Awesome. Thank you :). Ill be updating my nxsh.
On Wed, Feb 20, 2019 at 3:37 PM friedkeenan notifications@github.com wrote:
cat has been implemented since the beginning
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Cesura/nxsh/issues/13#issuecomment-465764343, or mute the thread https://github.com/notifications/unsubscribe-auth/ALZmAeM0AU0Yyum2oxCu2NeDmWLdEOHWks5vPcAIgaJpZM4bEvvI .
-- FennecTECH
that turn around time! awesome job!
Well my school cancelled today because of the snow, so that's a large part :)
it would be nice to be able to use telnet/ssh to make files with commands like touch and echo, and to edit them with something like nano. Or use > and >> to have the output of a command be made into a new file or append it to an existing one.