See this. I always forget: cd /my/source ## apply patch -p1 < /path/to/patch ## undo patch -R < /path/to/file
See this. I always forget: cd /my/source ## apply patch -p1 < /path/to/patch ## undo patch -R < /path/to/file
so recently i compiled shell-fm, a command-line last.fm player. in order to record music with shell-fm, i can output the stream of incoming data into tee, which saves the data to a file and at the same time pipes it out to stdout, and have that piped to madplay, a command-line player. i had mplayer… Read more »