How do I copy and paste strings of codes on a text editor on BASH environment

111 views Asked by At

Currently working on a BASH SCRIPT, how do i copy and paste a string of code?

1

There are 1 answers

0
compilererror On

Not entirely sure what you're asking for, also not well versed in BASH, but seems like you are looking for a loop. Here is a tutorial on how to go about using Loops in BASH.