Re: Inserting text in a specific file in a specific point

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



MARG wrote:

> My .bash_profile is:
> ----------------------
> # .bash_profile
> 
> # Get the aliases and functions
> if [ -f ~/.bashrc ]; then
> 	. ~/.bashrc
> fi
> 
> # User specific environment and startup programs
> 
> PATH=$PATH:$HOME/bin
> 
> export PATH
> unset USERNAME
> ----------------------------
> 
> What i'd like to do is from the command prompt or a bash script, insert
> text after the line "PATH=$PATH:$HOME/bin".

	sed -e '/^PATH=/a\some text'

-- 
Glynn Clements <glynn@xxxxxxxxxxxxxxxxxx>
-
: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Newbie]     [Audio]     [Hams]     [Kernel Newbies]     [Util Linux NG]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Device Drivers]     [Samba]     [Video 4 Linux]     [Git]     [Fedora Users]

  Powered by Linux