Ivorde Unix/Linux/Database/Web/Mail Forum

View unanswered posts
View active topics
It is currently Sat Feb 04, 2012 10:08 pm


Guides and tutorials for Red Hat Linux, Debian, Suse and others.

Bookmark this article:

Author Message
LaR3
  Post  Post subject: Linux Shell: "Cannot overwrite existing file" when the file is owned by you  |  Posted: Mon Aug 24, 2009 5:26 pm

Joined: Mon Aug 03, 2009 11:55 pm
Posts: 19

Offline
Save on Delicious
If the shell noclobber environment variable is set, you will not be able to overwrite a file's content by redirecting some output to it.
Code:
# echo "2nd Overwritten content">tmp.file
bash: tmp.file: cannot overwrite existing file

First option would be to disable the noclobber variable:
Code:
# set +o noclobber; set -o | grep nocl
noclobber       off


The second option is to use the pipe (|)right after the redirection sign:
Code:
# echo "2nd Overwritten content" >| tmp.file
# cat tmp.file
2nd Overwritten content


Top
Display posts from previous:  Sort by  
Print view

Topics related to - "Linux Shell: "Cannot overwrite existing file" when the file is owned by you"
 Topics   Author   Replies   Views   Last post 
There are no new unread posts for this topic. Linux Shell: Protecting against accidental output redirection and file overwrite

LaR3

0

2091

Mon Aug 24, 2009 5:14 pm

LaR3 View the latest post

There are no new unread posts for this topic. Linux reloading inittab without reboot

debuser

0

1657

Thu Nov 26, 2009 11:49 am

debuser View the latest post

There are no new unread posts for this topic. Linux umount -f: umount2: Device or resource busy

debuser

0

1977

Fri Apr 09, 2010 2:52 pm

debuser View the latest post

There are no new unread posts for this topic. Linux change the password with output from echo command (standard input)

debuser

0

1468

Fri Jan 15, 2010 12:58 am

debuser View the latest post

 

Who is online
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list


Delete all board cookies | The team | All times are UTC + 2 hours [ DST ]

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
DAJ Glass 2 template created by Dustin Baccetti

phpBB SEO