Microsoft
Software
Hardware
Network
Question : Why can't I insert line feeds using Sed in Solaris
cat inputfile | sed 's/Selectedtext/\nSelected
text/g'
I want to replace selected text with:
New line and then the selected text.
I get nSelected text as a result
I need this for work and am trying to do this now.
Solaris does not have the great tools that linux does.
Answer : Why can't I insert line feeds using Sed in Solaris
sed "s/SelectedText/\\`echo -e '\n\r'`SelectedText/g"
Random Solutions
Windows file ID
Getting Specific Datagrid data in ActionScript
mail server
Convert Table script from Sql 2005 - Sql 2000
Redirection in batch file
SQL Server 2005 Logins Auditing
how to enable/disable users to browse a domain?
getting error "Object Required"
Voltage Sensor [CPU VRM Voltage] detected a failure
parse xml with python