Search Results

Search: Posts Made By: jostber
Forum: Programming 07-18-2011
3,247
Posted By jostber
sed is the tool for this: sed -e...
sed is the tool for this:

sed -e 's/<name>\(.*\)<\/name>/\1/g' -e 's/<description>\(.*\)<\/description>/\1/g' file.xml > newfile.txt
8,294
Posted By jostber
Start with the awk oneliners site: ...
Start with the awk oneliners site:

http://www.pement.org/awk/awk1line.txt

Get the original Awk book by the program authors:

The AWK Programming Language...
5,390
Posted By jostber
Try to put this code in a variable instead and...
Try to put this code in a variable instead and let the for loop parse that:

USER=`cat /home/oracle/sidlist|awk -F, '{print $1}`


and then for ORACLE_SID in $USER

and exchange $user1 with...
Forum: Ubuntu 07-16-2011
6,513
Posted By jostber
Try this: 11.04 - How can I edit/create new...
Try this:

11.04 - How can I edit/create new launcher items in Unity by hand? - Ask Ubuntu - Stack Exchange...
Forum: Ubuntu 07-16-2011
6,513
Posted By jostber
Check this: 11.04 - Can I edit which icons...
Check this:

11.04 - Can I edit which icons appear in the Unity dash? - Ask Ubuntu - Stack Exchange (http://askubuntu.com/questions/34182/can-i-edit-which-icons-appear-in-the-unity-dash)
2,512
Posted By jostber
A bit on the side this answer, but you could try...
A bit on the side this answer, but you could try the netrw plugin to mitigate this:

Vim documentation: pi_netrw (http://vimdoc.sourceforge.net/htmldoc/pi_netrw.html)
3,878
Posted By jostber
Here is a suggestion: sed...
Here is a suggestion:

sed 's/.*\[\(.*\)\].*/\1/g' sent.txt
sed 's/\(.*\[\).*\(\].*\)/\1\2/g' sent.txt
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy