Videogrep: Difference between revisions
Line 11: | Line 11: | ||
* [http://aspell.net/charsets/iso8859.html ISO-8859] | * [http://aspell.net/charsets/iso8859.html ISO-8859] | ||
* UTF-8 | * UTF-8 | ||
file nameofyourfile.srt | |||
=== Redirecting stderr to stdout === | === Redirecting stderr to stdout === |
Revision as of 21:31, 7 October 2010
The idea of this assignment is to familiarize yourself with:
- basic text/code editing in Linux
- commandline basics
- big idea: working in a "pipeline" (both literally, and more metaphorically)
Ingredients
Plain text?
- ISO-8859
- UTF-8
file nameofyourfile.srt
Redirecting stderr to stdout
2>&1
Search & Replace
sed is good for search and replace...
sed s/a/*/g from to