apk_add $@ echo "hello world" > test.txt echo -e "%s/hello/goodbye/\nwrite\nquit" | vim -e -s test.txt grep goodbye test.txt apk_del $@