Skip to main content
OldTimer's user avatar
OldTimer's user avatar
OldTimer's user avatar
OldTimer
  • Member for 14 years, 3 months
  • Last seen this week
  • Denver, CO
Loading…
answered
Loading…
comment
Why can I append to a file but not overwrite it?
Are you running both as root and/or with sudo? What are the permissions on the directory and file?
comment
Using grep -v on multiple arguments
As an alternative you can use egrep and drop the backslash for the pipe character: egrep -v 'word1|word2
awarded
awarded
awarded
answered
Loading…
1 2 3 4 5
6