Search Results

Search: Posts Made By: Reham.Donia
2,203
Posted By methyl
If you are prepared to sort both files first,...
If you are prepared to sort both files first, take a look at the unix "comm" command.

The "diff" command is unsuitable if you only need the differences because it shows the difference in context...
2,203
Posted By DukeNuke2
does something like this work for you? diff...
does something like this work for you?
diff file1 file2 | egrep "[<|>]"
Forum: Solaris 11-16-2011
5,002
Posted By jlliagre
/tmp is a file system backed by virtual memory....
/tmp is a file system backed by virtual memory. /export/home/swapfile is used to increase the total virtual memory available thus /tmp available space is increased by 1 GB.

If you mean /usr/sbin,...
Forum: Solaris 11-14-2011
5,002
Posted By jim mcnamara
Please cut and paste error message so we can see.
Please cut and paste error message so we can see.
Forum: Solaris 09-26-2011
3,030
Posted By h@foorsa.biz
# ifconfig eri0 dhcp start replace the eri0...
# ifconfig eri0 dhcp start

replace the eri0 with your interface name
Anyways you can get interface name with issuing the $ifconfig -a
Showing results 1 to 5 of 5

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