×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Find: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
     
    imported>DrOwl
    (added hint)
    Line 2: Line 2:


    {{manpage}}
    {{manpage}}



    == Tips ==


    If you want to suppress error messages such as

    find / -name file
    '''find: cannot read dir /lost+found: Permission denied'''
    /dir/file

    as these messages are written to errout and not stdout, a nice trick is to pipe errout to null

    find / -name file '''2> /dev/null'''
    /dir/file

    Revision as of 23:26, 16 January 2008

    <man>find</man>

    see also: mansearch, man2html



    Tips

    If you want to suppress error messages such as

    find / -name file 
    find: cannot read dir /lost+found: Permission denied
    /dir/file
    

    as these messages are written to errout and not stdout, a nice trick is to pipe errout to null

    find / -name file 2> /dev/null
    /dir/file
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.