Search Results

Search: Posts Made By: colshine
1,858
Posted By colshine
It highlights the grep keyword in the output. ...
It highlights the grep keyword in the output. You can remove the -i color if it is not working for you.
1,858
Posted By colshine
Replace groupname with the name of your group. ...
Replace groupname with the name of your group.


grep -i color groupname /etc/group
6,182
Posted By colshine
My mistake, I missed that. I am not in...
My mistake, I missed that.

I am not in front of a solaris host at the moment but IIRC later versions of solaris du -h will display file sizes in human readable format - that will be easier to...
6,182
Posted By colshine
For ascending order try: ls -l | sort +4n...
For ascending order try:


ls -l | sort +4n


For descending order try:


ls -l | sort +4nr
4,204
Posted By colshine
It looks comprehensive enough and the comments...
It looks comprehensive enough and the comments suggest people have recently installed Oracle successfully.

It may be worth a try if you do not want to switch to a supported OS.
4,204
Posted By colshine
Did you just install the Oracle client? Do you...
Did you just install the Oracle client? Do you have an Oracle Database server to connect with the client?

Users are setup on the DB side.
36,736
Posted By colshine
Google instructions on how to import a tab...
Google instructions on how to import a tab delimited file into excel - you just need to tell excel the type of file and it will do the rest.
36,736
Posted By colshine
The spaces are actually tabs - excel recognises...
The spaces are actually tabs - excel recognises tabs as a valid delimiter and will use them to split the data into columns.

To create a csv file you just need to change the DEFINE DELIMITER...
36,736
Posted By colshine
You can create tab separated files from within...
You can create tab separated files from within sqlplus using the spool functionality e.g.:


sqlplus -s ${YOUR CONNECTION NAME}

set linesize 500
set trimspool on
set verify off
set termout...
Showing results 1 to 9 of 9

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