%%writefile test.txt foo bar barman baz
Overwriting test.txt
!grep bar test.txt
foo bar barman
%alias grep grep --color=always
grep bar test.txt