Posts by Pedro Lucas • 21 points
2 posts
-
2
votes3
answers3774
viewsQ: Write text to Shell Script
I am making a Shell Script, and I have to record a lot of lines in a single file, how can I do this more automatically? 'Cause I started doing it in a very manual way: echo "primeira linha do…
-
0
votes0
answers252
viewsQ: Write to a Shell Script file
I have a problem writing a line in a file using Shell Script. I’ve tried using sed and echo, but in both I don’t have the expected behavior. Using the sed: sed -i -e 'export…