[ADD] test code and emacs conf .d
[arrow.git] / conf_slk120 / rest / .arrowwrite
blob2837635521c406f1f9810ddf6dddeb3a72f9e0e7
1 # 将GBK的编码的输出转换为UTF8
2 alias g2u='iconv -fcp936 -tutf8'
3 # 将UTF8的编码的输出转换为GBK
4 alias u2g='iconv -futf8 -tcp936'
6 #did you want replace some file you want
7 find . -iname "[ab]" -exec  sed -i "s/arrow/arrowzhang/;" {} \;
9 #write some commands here
10 chkconfig  #under old linux config service
11 sysv-rc-conf #under ubuntu config services
13 #how to create a iso file
14 dd if=/dev/cdrom of=/cdrom_image.iso