Tag: command
Compare contents of two files
June 23, 2008
Compare contents of two files by deleting only unique lines from ‘file1’ comm -1 file1 file2
Text type convert
June 21, 2008
Convert a text file format from MSDOS to UNIX dos2unix input_file output_file
Building an RPM from a Spec File
June 18, 2008
Use this command to build an RPM if you have a Spec File rpmbuild -ba SPEC_FILE
Play MPlayer in full Screen
June 14, 2008
Play the video in full screen using mplayer. mplayer -zoom -x 1024 -y 768 -fs -framedrop FILE
Rsync via SSH tunnel
June 13, 2008
Rsync via SSH tunnel rsync -rogpav -e ssh –delete /home/binnyva 192168.0.30:/var/Backup/home
Exclude Removable Partitions from a ‘find’ Search
June 10, 2008
Search files with ‘.rpm’ extension ignoring removable partitions as cdrom, pen-drive, etc. find / -xdev -name \*.rpm
Installing Rails
June 6, 2008
You can install Rails in a Fedora system with these commands… yum -y install ruby ruby-devel ruby-irb ruby-libs ruby-rdoc ruby-ri…
Recent Comments