| Anonymous | Login | Signup for a new account | 11-10-2008 10:57 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000697 | [BusyBox] New Features | feature | always | 02-07-06 07:58 | 02-08-06 06:21 | ||||
| Reporter | nawawi | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | none | Resolution | no change required | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0000697: ash strstr command built-in | ||||||||
| Description |
add c-syntax strstr feature to ash shell. if success return 1 else return 0. example: if strstr "i like cat" "cat"; then echo "found cat" fi strstr "i like cat" "cat" if [ $? = 1 ]; then echo "found cat" fi |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |