1
1
Fork 0

deleted sed.sh

This commit is contained in:
David Starzengruber 2011-04-26 13:06:27 +02:00
parent 55139c11e4
commit 3184ae2877
1 changed files with 0 additions and 6 deletions

6
sed.sh
View File

@ -1,6 +0,0 @@
#!/bin/bash
cat text.txt
echo
sed -i 's/#local_umask=022/local_umask=0007\nfile_open_mode=0770/' text.txt
echo
cat text.txt