Code Monkey home page Code Monkey logo

Ginda Chen's Projects

rfind icon rfind

NAME rfind —trivially find a file with a specific name or content SYNOPSIS rfind options startingdir DESCRIPTION The rfind utility finds the targeted files according to the name-mode or content-mode recursively. The starting point is a specified directory. If the meta-character * is used, all the matched files must be located. EXAMPLES The following examples show common usage: rfind -name test.txt . rfind -content stdio.h / rfind -name *.txt /dev rfind -content put*() /home/chenzuolin rfind -content "Hello World" /home/chenzuolin rfind -content get*() -name *.c /home/chenzuolin EXIT STATUS rfind exits 0 on success, and >0 if an error occurred. SEE ALSO opendir(3), readdir(2), read(2), strcmp(3) NOTES The code for the rfind utility is, of course, well-formatted and can be compiled using the -Wall flags without any errors or warnings.

storage icon storage

storage of technical reference file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.