WARNING !
This blog has been created to take away the nightmare of coding with LINUX !!
"https://repl.it" is a site that offers a collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup.
The following figures will give a step-by-step representation to create and run a Linux Program
STEP 1: Sign up and then Login
STEP 2: Create a new repl
STEP 3 : Choice of Languages
STEP 7: Once the workspace is completely loaded a main.sh file is created by default. e can create a text file manually by clicking on 'Add File'
STEP 8 : A view of the text file. Can be opened by clicking on the name of the file on the left-hand side.
STEP 9: Print the commands on the main.sh file. You can give multiple commands by pressing enter. Each command will appear in a new line with new line number. Press RUN to run the commands. All the commands will be executed consecutively. The output will be displayed on the extreme right.
This blog has been created to take away the nightmare of coding with LINUX !!
"https://repl.it" is a site that offers a collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup.
The following figures will give a step-by-step representation to create and run a Linux Program
STEP 1: Sign up and then Login
STEP 2: Create a new repl
STEP 3 : Choice of Languages
STEP 4: Creating a first repl using Bash (for working with Linux Commands) . File name Sample 1
STEP 5: Click on Create repl to create the file named Sample1 in bash
STEP 6: A view of the workspace. Click on 'Add file' in the left corner to add external files
STEP 7: Once the workspace is completely loaded a main.sh file is created by default. e can create a text file manually by clicking on 'Add File'
STEP 8 : A view of the text file. Can be opened by clicking on the name of the file on the left-hand side.
STEP 9: Print the commands on the main.sh file. You can give multiple commands by pressing enter. Each command will appear in a new line with new line number. Press RUN to run the commands. All the commands will be executed consecutively. The output will be displayed on the extreme right.
HURRAH !!
We have everything in one screen - List of files, all the Commands and the output for all the commands !!
HAPPY CODING !!
This is a really handy material for Repl.it! Thanks for putting this together!
ReplyDeleteThanks for the inspiration Tim.
Delete