Skip to main content
Memanggil history (bahagian I)

#history

.........list panjang berjela sampai ke baris-baris berikut................

590 ./configure --enable-gpl --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libvorbis --enable-libgsm --enable-libdc1394 --disable-debug --enable-shared --enable-libmp3lame --enable-libfaad --enable-libfaac --enable-libxvid --enable-libx264 --enable-postproc --enable-avfilter --enable-nonfree --prefix=/usr
591 make
592 make install
593 which ffmpeg
594 ls
595 make uninstall
596 make clean
597 history


Gunakan nombor arahan dalam history di atas dengan tanda seruan/exclamation mark pada setiap arahan yang ingin dipanggil. Oleh kerana kita nak buat "one liner".. gunakan tanda ampersand ... menandakan arahan itu akan dilaksanakan selepas arahan sebelumnya berakhir


# !590 && !591 && !592



- jadi sebenarnya apa yang ingin dibuat ialah ./configure dengan opsyen berjela-jela && make && make install

Comments

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).