coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Tuesday May 21, 2013


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?

Who's Online
We have 23 guests online

Newest Member

nbewwmbxog

Hit Counter
11552467 Visitors

cool Statistics
coolcommands:1338
Categories:83
Total queries:620176
Members:22813





Search coolcommands.com
Search Keyword:


coolcommand

how to test if the ascii value of a string precedes that of another string in a korn shell script
Description

The test command evaluate a condition and, if its value is true, return a zero exit status; otherwise, return a nonzero exit status. An alternate form of the command uses [[ ]] rather than the word test.

# test string1 < string2

or

[[ string1 < string2 ]]
Example

test $string1 < $string2; [[ $string1 < $string2 ]]

Return to search results

Random coolcommands

coolcommand: chmod - setting setuid or setgid
Example: chmod u+s file
[show me the details]
coolcommand: how to remove a file whose name begins with a dash (-)
Example: rm -- -foo
[show me the details]
coolcommand: how to find the name resolution order
Example: /etc/nsswitch.conf
[show me the details]
coolcommand: dd - read a large file for testing
Example: dd if=file_1GB of=/dev/null bs=1m count=1k
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1160
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris51943
Category AIX49009
Category General UNIX47532
solaris23554
aix22739

Terms of Use
Privacy
Contact


 
coolcommands.com © 2013. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum