Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 0
TuxShot

Several commands in a shell

Question

Good day!
Help if possible with implementation.

Everyone knows that the shell is a shell, but here in the OC, it is not made because the UNIX system.
I like about the execution of several commands in a single request.
Show all clearly what is not there:

/# echo 'I am the root' && cd bin/ && echo 'This file is created in the directory /bin' >> test.lua

or

/# echo 'I am the root' || cd bin/ || echo 'This file is created in the directory /bin' >> test.lua

Why not add these in the OC must be important operators.
For example right now I need to make a web harness, which first sends a request to the site, and the results are displayed in shell.execute().
It is a pity that only supports input execute a single command.

It is possible to implement something like that or not?

 

Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.