Hello to everyone. I have a big problem. I need to add a line text to 
environment 
file on Ubuntu. Here is the file content:

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"

and I want to insert the following lines at the end but in the same line

/usr/lib/jvm/java-8-openjdk-amd64/jre/bin

/usr/lib/jvm/java-8-openjdk-amd64/bin
So it should look like this

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/
usr/lib/jvm/java-8-openjdk-amd64/jre/bin:
/usr/lib/jvm/java-8-openjdk-amd64/bin"

Please any help with this will be awesome hehehehe.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/40b82b91-ae76-4eea-b62f-e077f4c61814%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to