Search Results

Search: Posts Made By: satyajeet.kadam
3,621
Posted By satyajeet.kadam
Try the below !! $tar -cvf 2012 a.txt b.txt...
Try the below !!

$tar -cvf 2012 a.txt b.txt (Other files). [This will create the bundle of all the file with the name 2012.tar]

$gzip 2012.tar [This will create the zip file with the name...
4,691
Posted By satyajeet.kadam
Try this one $uuencode /home/bin/file.csv...
Try this one

$uuencode /home/bin/file.csv file.csv | mail -s "Generated file" myself@gmail.com


Surely you mean:
uuencode /home/bin/file.csv file.csv | mail -s "Generated file"...
24,581
Posted By satyajeet.kadam
the best and the simplest solution is $ cp...
the best and the simplest solution is

$ cp file1 file2
$ echo $?

where "echo $?" will print 0 if the command is successful or else it will print non 0 value.
Forum: Solaris 09-30-2009
1,820
Posted By satyajeet.kadam
Lan Issue
Hi Mates,

I have one problem connecting a solaris machine to winxp machine.

Setup:-
Solaris 10 OS Virtual machine - on VMWARE (Ip Address:- 192.168.10.3).
WINXP SP2 is the base os. (Ip...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy