find

cuardach a dhéanamh ar chomhaid in ordlathas eolaire

chóipeáil
59
9
find /usr -newer /tmp/stamp$$

sonraí |

chóipeáil
40
3
find $HOME -name '*.c' -print | xargs grep -l sprintf

sonraí |

chóipeáil
29
1
find /usr/include -name '*.h' | xargs grep -l mode_t > todo

sonraí |

chóipeáil
29
0
find . -name '*.h' | zenity --list --title "Search Results" --text "Finding all header files.." --column "Files"

foinse | sonraí |

chóipeáil
27
6
find . -lname '*sysdep.c'

sonraí |

chóipeáil
27
2
find /tmp -path /tmp/umsp/passwd -exec /bin/rm

sonraí |

chóipeáil
26
2
find . -name '*.h' -execdir diff -u '{}' /tmp/master ';'

sonraí |

chóipeáil
26
2
find ~ ( -name '*~' -o -name '#*#' ) -print0 |

sonraí |

chóipeáil
25
1
find . -wholename './src/emacs' -prune -o -print

sonraí |

chóipeáil
24
1
find /usr/local/doc -name '*.texi'

sonraí |

chóipeáil
22
3
find ~ -daystart -type f -mtime 1

sonraí |

chóipeáil
20
0
find . -name '.#*' -print0 | xargs -0r rm -f

sonraí |

chóipeáil
18
0
find /tmp -name *bar

sonraí |

chóipeáil
18
0
find -exec sh -c "something {}" ;

sonraí |

chóipeáil
16
3
find . -name '#*' -print | xargs echo

sonraí |

chóipeáil
15
5
find bills -type f -execdir sort -o '{}.sorted' '{}' ';'

sonraí |

chóipeáil
14
0
find /tmp -depth -user "$LOGNAME" -type f -delete

sonraí |

chóipeáil
13
0
find /u/bill -amin +2 -amin -6

sonraí |

chóipeáil
13
2
find startpoint -tests ... -exec sh -c 'scp "$@" remote:/dest' sh {} +

sonraí |

chóipeáil
13
4
find . -name '.#*' -depth -delete

sonraí |