Have you ever wondered why there is no toUpper() kind of function in shell script? Well, i think the reason is typeset command. What does it do exactly? A lot: * Set a parameter as an integer by using… more →
Gang's Tech StuffVarrun wrote 1 month ago: scp stands for secure cp (copy), which means that you can copy files across an ssh connection that w … more →
Leah Shanker wrote 1 month ago: Boris is invincible! Yes, yes, we all went through similar situations in high school where flying yo … more →
bluecapadmin wrote 2 months ago: Tree is a Unix command which list the contents of a directory in a tree format. This command shows a … more →
Varrun wrote 3 months ago: dpkg is a tool to install, build, remove and manage packages. dpkg itself is controlled entirely via … more →
Varrun wrote 3 months ago: About tar Create tape archives and add or extract files. Examples Note: A “.tar” file i … more →
Gangadhar wrote 3 months ago: Have you ever wondered why there is no toUpper() kind of function in shell script? Well, i think the … more →
Gangadhar wrote 3 months ago: How do one can rename a Clearcase View on Unix/Linux/Solaris? Very simple, use rename command. :-p J … more →
Edi Yanto wrote 4 months ago: Table of the main UNIX commands Unix Commands Description Options ls lists the content of a di … more →
NiSi wrote 5 months ago: Enable Trace on any Executable to find out whats happening at O.S. Level truss -eafl -o output.tr … more →
nkumar9 wrote 5 months ago: nl ( numbers lines ): This command numbers the lines of the file. example: #nl [filename] ldd ( l … more →
bunkerhq wrote 6 months ago: By default root does not have SSH access to an ESX host. To alter the server so that you can connect … more →
Gangadhar wrote 6 months ago: ipcs: To display the shared memory and semaphores. ipcrm: To remove the shared memory and semaphores … more →
Anand Muranal wrote 9 months ago: File Commands ls – directory listing ls -al – formatted listing with hidden files cd dir – cha … more →
BKB wrote 9 months ago: sockstat lists all open sockets on the system. netstat does similar for Linux and FreeBSD. … more →
Paul Roach wrote 11 months ago: I must be having one of those days….. Reading a page of Unix tips and I got to #10 – Sto … more →
koldfyre wrote 11 months ago: EDIT: This post have been getting very many views lately so ‘fess up in the comments if you wa … more →
tony78it wrote 11 months ago: This is a useful unix command to copy the file / dir owner permissions to the group: find * -exec /b … more →
devps wrote 12 months ago: Most useful part. Listing the commands used in unix to achieve this. grep egrep fgrep find strings … more →
honewatson wrote 1 year ago: With sed you must include 3 brackets: sed ’s/what/it/’ sed ’s/http:\/\/.*\.photob … more →