Timeline for grep command not working in conditional statement
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 25, 2015 at 16:10 | answer | added | Mce128 | timeline score: -1 | |
| May 24, 2015 at 23:56 | comment | added | Kocka Mijalkova | What would the code be for both cases? | |
| May 24, 2015 at 23:53 | comment | added | Valentin Bajrami | And now I'm confused as well. | |
| May 24, 2015 at 23:52 | comment | added | Gilles 'SO- stop being evil' |
Do you want the names that contain o, or the names of the files whose content contains o?
|
|
| May 24, 2015 at 23:51 | history | edited | Gilles 'SO- stop being evil' |
edited tags
|
|
| May 24, 2015 at 23:51 | comment | added | jimmij |
find . -maxdepth 1 -name "*o*"
|
|
| May 24, 2015 at 23:51 | answer | added | Gilles 'SO- stop being evil' | timeline score: 10 | |
| May 24, 2015 at 23:50 | answer | added | Valentin Bajrami | timeline score: 1 | |
| May 24, 2015 at 23:46 | comment | added | jimmij |
What's wrong with ls -l *o*?
|
|
| May 24, 2015 at 23:46 | answer | added | outlyer | timeline score: 5 | |
| May 24, 2015 at 23:37 | history | asked | Kocka Mijalkova | CC BY-SA 3.0 |