Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Programming & Scripting > removing invisible character

Forgot Password?
 Linux Programming & Scripting   C, Perl, PHP, Bash Scripts, anything programming or script related post in here!

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 2 Weeks Ago   #1 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 2
removing invisible character

when I exec

RAID_FAILDEV_CHK=$(mdadm --detail /dev/md0 | grep -Z "Failed Devices")

RAID_FAILDEV_CHK will have the string "Failed Devices : 0"


The problem is that if I do

if [ "$RAID_FAILDEV_CHK" = "Failed Devices : 0" ]

I get false. Why? I think there is a trailing return char in variable $RAID_FAILDEV_CHK. If so, how do I remove that char?
david90 is offline  


Reply With Quote
Old 2 Weeks Ago   #2 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 2
I found the problem.

The command

RAID_FAILDEV_CHK=$(mdadm --detail /dev/md0 | grep -Z "Failed Devices")

will put " Failed Devices : 0" in variable RAID_FAILDEV_CHK. Notice the space in front of "Failed"

This is why

if [ "$RAID_FAILDEV_CHK" = "Failed Devices : 0" ]

will always return false.

Can somebody tell me why there's a space in front of "failed"?
david90 is offline   Reply With Quote
Old 2 Weeks Ago   #3 (permalink)
Linux Newbie
 
Join Date: May 2008
Location: NYC, moved from KS & MO
Posts: 247
Quote:
Originally Posted by david90 View Post
when I exec

RAID_FAILDEV_CHK=$(mdadm --detail /dev/md0 | grep -Z "Failed Devices")
man grep (hint: should be -o if you want RAID_FAILDEV_CHK to contain exactly the phrase "Failed Devices).

in short, you used the wrong grep option.
secondmouse is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 10:14 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2