kusayu
япростооставлюэтоздесь code Linux Bash urxvt
Смена размера шрифта в rxvt-unicode "на лету"

#!/bin/bash
#~/bin/fsize


if [ $# -ne 1 ] && [ $# -ne 2 ]
then
        echo "Usage: `basename $0` <truetype_font> <size>"
        echo "   or: `basename $0` -fn <xfont>"
        exit 1
else 
        if [ $# -eq 1 ]; then
                printf '\33]50;%s%d\007' "xft:Terminus:antialiasing=true:size="  $1
                exit 0
        elif [ "$1" = "-fn" ]; then
                printf '\33]50;%s%d\007' "xft:$2:antialiasing=true"
                exit 0
        else 
                printf '\33]50;%s%d\007' "xft:$1:antialiasing=true:size=" $2
                exit 0
        fi
fi
romanu
япростооставлюэтоздесь Windows Several special file names are reserved by the system and cannot be used for files or folders, these are:

CON, AUX, COM1, COM2, COM3, COM4, LPT1, LPT2, LPT3, PRN, NUL

These are special keywords used in DOS and thier use may accidently cause problems with your system... here are their keyword descriptions;

CON Keyboard and display
PRN System list device, usually a parallel port
AUX Auxiliary device, usually a serial port
CLOCK$ System real-time clock
NUL Bit-bucket device
A:-Z: Drive letters
COM1 First serial communications port
COM2 Second serial communications port
COM3 Third serial communications port
COM4 Fourth serial communications port
LPT1 First parallel printer port
LPT2 Second parallel printer port
LPT3 Third parallel printer port

These are called short file names. Short file names have the 8.3 format and are compatible with MS-DOS and other legacy operating systems. They allow the windows OS to communicate with DOS or basicly give the OS the ability to access files on a volume. Playing with these file names and creating garbage folders like you all are trying to do may cause your system to crash.
aland
япростооставлюэтоздесь mencoder -vf scale=640:480 -oac mp3lame -lameopts abr:br=48 -ovc xvid -xvidencopts bitrate=200:pass=1 -sub 123.srt -subcp cp1251 -subfont Arial 123.avi -o /dev/null && mencoder -vf scale=640:480 -oac mp3lame -lameopts abr:br=48 -ovc xvid -xvidencopts bitrate=200:pass=2 -sub 123.srt -subcp cp1251 -subfont Arial 123.avi -o res.avi (encoding video for PPC — plays smoothly on my Fujitsu-Siemens C550 in power-saving mode with CorePlayer 1.1.1; quality, of course, sucks, but on small screen with small cheap headphones it's ok) — эта сиране команда постоянно херится из хистори баша как раз перед тем, как она в очередной раз требуется, и приходится заново изобретать :(