The basic Unix distributions don’t come with an inbuilt utility to convert pdf documents to text documents. But thanks to xpdf, we can use the pdftotext command for this kind of task. Below I ha… more →
To be or not to beankurganguli wrote 1 week ago: First create a file which contains all the user name, one entry per line #vi userlist.txt user1 user … more →
Sascha Peilicke wrote 2 weeks ago: Backups! Yep, that thing you’re ought to do regularly. Today’s the day for me to do it. … more →
jongampark wrote 2 weeks ago: login item에 항목을 추가하는 인스톨러를 만들기 위해 참 많은 시간을 허비했다. PakcageMaker의 안정적이지 않은 동작으로 애를 먹었었고, 사실 최근 버젼들은 비교적 … more →
h446log wrote 3 weeks ago: Here’s a very simple utility program that I use to debug how the shell interpreter parses quot … more →
rich gwozdz wrote 3 weeks ago: Two important things here: (1) Equalization and spin-up simulations need to be run prior to historic … more →
joe8186 wrote 4 weeks ago: Untuk melakukan perhitungan aritmatik, shell tidak memiliki kemampuan built-in, tetapi meminta bantu … more →
joe8186 wrote 4 weeks ago: Pemberian variabel pada shell script bersifat ‘dynamic typing’ karena shell script tidak mengenal ad … more →
joe8186 wrote 4 weeks ago: Dalam lingkungan unix, kata ’shell’ mengacu pada semua program yang dapat dijalankan pada command li … more →
redshirtlinux wrote 1 month ago: Hello All, I am currently working on crafting a shell script for the i386 platform and x64 platform … more →
h446log wrote 1 month ago: Here’s a shell script that implements the old Norton Utilities “FileFind” utility. … more →
h446log wrote 1 month ago: Here is a script that implements a Windows style ‘Recycle Bin’ delete function. Similarl … more →
ykyuen wrote 1 month ago: I need to write a program which reads a date string. The program then archives all the data on the s … more →
gnufreakz wrote 1 month ago: # cat domain_dump.sh var_remote=’remote_ip_address’ mkdir /root/dump_temp/ mysql -u admi … more →
tantoan wrote 2 months ago: last sunday, when i was finding some information about *nix and news on favorite site, a my boss, wh … more →
ykyuen wrote 2 months ago: In the housekeeping shell script, i would update some files. The following example will try to updat … more →
ykyuen wrote 2 months ago: Except checking whether the folder is empty or not, i would also like to know whether the *.log file … more →
ykyuen wrote 2 months ago: I am working on a housekeeping shell script to delete old files and update some files. I want to kno … more →
ykyuen wrote 2 months ago: Usually, we have to manipulate the file time attributes in the shell script in order to complete the … more →
ykyuen wrote 2 months ago: For housekeeping the backup files on a server, we can write a shell script to remove files which wer … more →