Posts by Thiago Vinic • 1 point
2 posts
-
0
votes2
answers100
viewsA: Identify the amount and value of arguments received in a script
Let’s say you have a script called status.sh that counts the words in a file. If you want to use this script on many files, it is best to pass the file name as an argument so that the same script…
-
0
votes1
answer326
viewsQ: Insert text to a textarea without modifying text that already exists with input
Personal how to insert a text to this Textarea without Modifying the value that is already inside it when filling in the inputs? I have a preview https://jsfiddle.net/orpwmc5b/3 when I type in…