Alternative for solaris compx/decompx utilities?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Alternative for solaris compx/decompx utilities?
# 1  
Old 09-29-2009
Alternative for solaris compx/decompx utilities?

We have compx/decompx utilities on solaris platform, which are from bTrade.
Now we are migrating from Solaris 5.8 to RHEL5, I am wondering do we have something similar over there? obviously we are not looking into buying the license for RHEL.

Thanks in advance,
Girish
# 2  
Old 09-29-2009
Not that I am aware of. I am afraid you are going to have to roll your own.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I want alternative of -maxdepth 1 for all Linux,Solaris and AIX

find /full/path/dir \( ! -name dir -o -type f \) -prune -type f on AIX it worked perfect : sdp1:/var/tmp/test# find /var/tmp/test/ \( ! -name test -o -type f \) -prune \ -name "*properties" -type f -exec ls -l {} \; -exec cksum {} \; -rw------- 1 root system 19 Dec 12... (5 Replies)
Discussion started by: laxmikant.hcl
5 Replies

2. UNIX for Advanced & Expert Users

utilities

hi experts, i have a file sample: ======= 000123 5 7 0008 00345 5 9 0004 how can i get an output as 123 5 7 8 345 5 9 4 thanks in an advance subhendu (5 Replies)
Discussion started by: subhendu81
5 Replies

3. UNIX for Dummies Questions & Answers

bc and wc utilities???

Hi, Can anybody explain bc and wc system utilities in Unix? Thanks (6 Replies)
Discussion started by: skyineyes
6 Replies

4. Shell Programming and Scripting

Awk Utilities

Hi, My input file is like this 1 11110001 1.1.1.1.1 2 12222212 2.3.44.5.6 3 22223333 1.3.2.4.1.55 Now i need the 2nd column value get printed I tried with the following command awk 'NR==1 {print $2}' input this works fine for only 1st row.I need to change always NR assigned value to... (10 Replies)
Discussion started by: jyo123.jyothi
10 Replies

5. Solaris

alternative of shlock in solaris

i am using shlock command to lock files in linux. i need to do the same implementation in solaris. but shlock doesnt work in solaris. can u pls tell me what is the alternative command to be used in solaris ? (3 Replies)
Discussion started by: kanchan_cp
3 Replies

6. HP-UX

version of the utilities

Hi, Can anyone tell me how i can know the version of the utilities (to be specific "make" and "ar") in HP-UX ver 11.00. thanks, abey. (3 Replies)
Discussion started by: abey
3 Replies

7. UNIX for Dummies Questions & Answers

compression utilities

I've noticed bzip2 gives a little bit better compression than gzip. So...I'm curious...what's gives the best compression out of all the compression utilities? Thanks! (6 Replies)
Discussion started by: jalburger
6 Replies

8. UNIX for Dummies Questions & Answers

Zmodem Utilities

Where can I find Zmodem utilities for Soloris 7 ie: rz sz thnx (1 Reply)
Discussion started by: SmartJuniorUnix
1 Replies
Login or Register to Ask a Question