![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add white space to the end of a line with sed | karlanderson | Shell Programming and Scripting | 7 | 03-09-2009 06:20 AM |
| How to trim the white space around a string in C program | hxm1303 | High Level Programming | 18 | 10-17-2008 10:43 AM |
| wc of characters in a file ignoring white space | sachin.gangadha | UNIX for Dummies Questions & Answers | 1 | 12-15-2007 06:13 PM |
| stripping white space... | Zak | Shell Programming and Scripting | 7 | 10-09-2007 07:41 AM |
| How to keep white space is being deleted using read | keelba | Shell Programming and Scripting | 1 | 05-30-2002 02:15 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to get just the word and clean the white space?
Hi,
I need to check if the value returned by this query is bigger then 20000. It's not working! I think that the problem is that the return is with white spaces. How to solve this? Tks, Paulo Portugal. ####################### RESPOSTA=`/oracle/app/product/10.2/bin/sqlplus -s <<EOF / as sysdba set heading off feedback off spool /home/oracle/scripts/chk_ASM_space.txt select free_mb from v\\$asm_diskgroup where name like 'DG_ARCH'; spool off exit EOF` print ${RESPOSTA} if [ $RESPOSTA > 20000 ];then print "Espaco ASM OK" else print "Pouco espaco no ASM - LIMPAR ARCHIVE" ####################### |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|