If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:find

From BoxMatrix


BoxMatrix >> Shell-Commands >> find @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

BusyBox-Command

Goto:   GPL-Browser  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

Excerpt from:   BusyBox manual   >>   find command

find [PATH...] [EXPRESSION]
Search for files. The default PATH is the current directory,
default EXPRESSION is '-print'
EXPRESSION may consist of:
        -follow         Dereference symlinks
        -xdev           Don't descend directories on other filesystems
        -maxdepth N     Descend at most N levels. -maxdepth 0 applies
                        tests/actions to command line arguments only
        -mindepth N     Do not act on first N levels
        -name PATTERN   File name (w/o directory name) matches PATTERN
        -iname PATTERN  Case insensitive -name
        -path PATTERN   Path matches PATTERN
        -regex PATTERN  Path matches regex PATTERN
        -type X         File type is X (X is one of: f,d,l,b,c,...)
        -perm NNN       Permissions match any of (+NNN), all of (-NNN),
                        or exactly (NNN)
        -mtime DAYS     Modified time is greater than (+N), less than (-N),
                        or exactly (N) days
        -mmin MINS      Modified time is greater than (+N), less than (-N),
                        or exactly (N) minutes
        -newer FILE     Modified time is more recent than FILE's
        -inum N         File has inode number N
        -user NAME      File is owned by user NAME (numeric user ID allowed)
        -group NAME     File belongs to group NAME (numeric group ID allowed)
        -depth          Process directory name after traversing it
        -size N[bck]    File size is N (c:bytes,k:kbytes,b:512 bytes(def.)).
                        +/-N: file size is bigger/smaller than N
        -print          Print (default and assumed)
        -print0         Delimit output with null characters rather than
                        newlines
        -exec CMD ARG ; Run CMD with all instances of {} replaced by the
                        matching files
        -prune          Stop traversing current subtree
        -delete         Delete files, turns on -depth option
        (EXPR)          Group an expression

Excerpt from:   BusyBox source   >>   find command   -   Last update: 2024-04-17 03:56 GMT.

Usage:
    find [-HL] [PATH]... [OPTIONS] [ACTIONS]

Search for files and perform actions on them.
First failed action stops processing of current file.
Defaults: PATH is current directory, action is '-print'

        -L,-follow        Follow symlinks
        -H                ...on command line only
        -xdev                Don't descend directories on other filesystems
        -maxdepth N        Descend at most N levels. -maxdepth 0 applies
                        actions to command line arguments only
        -mindepth N        Don't act on first N levels
        -depth                Act on directory *after* traversing it

Actions:
        ( ACTIONS )        Group actions for -o / -a
        ! ACT                Invert ACT's success/failure
        ACT1 [-a] ACT2        If ACT1 fails, stop, else do ACT2
        ACT1 -o ACT2        If ACT1 succeeds, stop, else do ACT2
                        Note: -a has higher priority than -o
        -name PATTERN        Match file name (w/o directory name) to PATTERN
        -iname PATTERN        Case insensitive -name
        -path PATTERN        Match path to PATTERN
        -ipath PATTERN        Case insensitive -path
        -regex PATTERN        Match path to regex PATTERN
        -type X                File type is X (one of: f,d,l,b,c,s,p)
        -executable        File is executable
        -perm MASK        At least one mask bit (+MASK), all bits (-MASK),
                        or exactly MASK bits are set in file's mode
        -mtime DAYS        mtime is greater than (+N), less than (-N),
                        or exactly N days in the past
        -atime DAYS        atime +N/-N/N days in the past
        -ctime DAYS        ctime +N/-N/N days in the past
        -mmin MINS        mtime is greater than (+N), less than (-N),
                        or exactly N minutes in the past
        -amin MINS        atime +N/-N/N minutes in the past
        -cmin MINS        ctime +N/-N/N minutes in the past
        -newer FILE        mtime is more recent than FILE's
        -inum N                File has inode number N
        -samefile FILE        File is same as FILE
        -user NAME/ID        File is owned by given user
        -group NAME/ID        File is owned by given group
        -size N[bck]        File size is N (c:bytes,k:kbytes,b:512 bytes(def.))
                        +/-N: file size is bigger/smaller than N
        -links N        Number of links is greater than (+N), less than (-N),
                        or exactly N
        -context CTX        File has specified security context
        -empty                Match empty file/directory
        -prune                If current file is directory, don't descend into it
If none of the following actions is specified, -print is assumed
        -print                Print file name
        -print0                Print file name, NUL terminated
        -exec CMD ARG ;        Run CMD with all instances of {} replaced by
                        file name. Fails if CMD exits with nonzero
        -exec CMD ARG + Run CMD with {} replaced by list of file names
        -ok CMD ARG ;   Prompt and run CMD with {} replaced
        -delete                Delete current file/directory. Turns on -depth option
        -quit                Exit

Example:
$ find / -name passwd
/etc/passwd

Note that some options may not be compiled in. If Usage: is shown multiple times these are compile options.

GPL-Browser

Daily updated index of all find code findings on the GPL-Browser. Last update: 2024-04-18 04:14 GMT.
The Browse column points to the Path containing the respective source code on the gpl.boxmatrix.info service.
The SoC column lists the Chip-Codenames, the Model column lists the nicks of the Box-Models.
The Diff column links the comparison of the AVM Kernel to the pristine original from Kernel.org.
The Download column links the full tarball the respective directory content is extracted from.
The presence of the source does not mean it fits the respective model and architecture. See the Model-Matrix where it's used.

Excerpt from:   BusyBox manual   >>   find command   -   Last update: 2009-10-02 09:23 GMT.

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-17 07:12 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Symlink to cmd busybox (bbcmd) 159 1.120 - 7.90 The BusyBox executable itself. Contains the code for all applets. BusyBox
1 dependency for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-17 05:08 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
The path <bb> means the applet could be located in the busybox binary and could be called busybox find.
If a path is shown and no <bb> marker, then this is a dead link to a missing applet.

Model Firmware Path Size
FRITZ!Box 2.76 - 4.02 /usr/bin, <bb> Link
FRITZ!Box 2031 4.15 /usr/bin, <bb> Link
FRITZ!Box 2070 3.87 - 4.15 /usr/bin, <bb> Link
FRITZ!Box 2170 4.31 - 4.34 /usr/bin Link
FRITZ!Box SL WLAN 3.23 - 4.34 /usr/bin, <bb> Link
FRITZ!Box WLAN 3020 3.23 - 4.34 /usr/bin, <bb> Link
FRITZ!Box WLAN 3030 3.65 - 4.34 /usr/bin, <bb> Link
FRITZ!Box WLAN 3050 3.63 - 4.07 /usr/bin, <bb> Link
FRITZ!Box WLAN 3070 3.87 - 4.15 /usr/bin, <bb> Link
FRITZ!Box WLAN 3130 4.21 - 4.34 /usr/bin, <bb> Link
FRITZ!Box WLAN 3131 4.29 - 4.34 /usr/bin Link
FRITZ!Box WLAN 3170 4.31 - 4.34 /usr/bin Link
FRITZ!Box WLAN 3270 4.57 - 5.54 /usr/bin, <bb> Link
FRITZ!Box WLAN 3270 v3 4.77 - 5.54 /usr/bin, <bb> Link
FRITZ!Box WLAN 3270 IT 5.23 - 5.52 /usr/bin, <bb> Link
FRITZ!Box 3272 5.50 - 6.89 /usr/bin, <bb> Link
FRITZ!Box WLAN 3370 5.01 - 6.56 /usr/bin, <bb> Link
FRITZ!Box 3390 5.50 - 6.56 /usr/bin, <bb> Link
FRITZ!Box 3490 (main) 6.20 - 7.30 /usr/bin, <bb> Link
FRITZ!Box 3490 (scrpn) 6.98 - 7.30 /usr/bin, <bb> Link
FRITZ!Box Fon ata 3.23 - 4.28 /usr/bin, <bb> Link
FRITZ!Box Fon ata 1020 3.23 - 4.28 /usr/bin, <bb> Link
FRITZ!Box 4020 7.39 /usr/bin, <bb> Link
FRITZ!Box 4040 6.52 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 4050 7.57 /usr/bin, <bb> Link
FRITZ!Box 4060 7.26 - 7.57 /usr/bin, <bb> Link
FRITZ!Box Fon 1.120 - 4.49 /usr/bin, <bb> Link
FRITZ!Box Fon 5010 3.88 - 4.43 /usr/bin, <bb> Link
FRITZ!Box Fon 5012 3.88 - 4.27 /usr/bin, <bb> Link
FRITZ!Box Fon 5050 3.23 - 4.31 /usr/bin, <bb> Link
FRITZ!Box Fon 5113 4.82 - 4.83 /usr/bin, <bb> Link
FRITZ!Box Fon 5124 4.47 - 4.77 /usr/bin, <bb> Link
FRITZ!Box Fon 5140 4.25 - 4.37 /usr/bin, <bb> Link
VoIP Gateway 5188 4.28 - 4.81 /usr/bin, <bb> Link
FRITZ!Box 5490 (main) 6.51 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5490 (scrpn) 6.98 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5491 (main) 6.98 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5491 (scrpn) 6.98 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 5530 Fiber (boot) 7.21 - 7.80 /usr/bin, <bb> Link
FRITZ!Box 5530 Fiber (main) 7.21 - 7.80 /usr/bin, <bb> Link
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 5590 Fiber (boot) 7.27 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 5590 Fiber (prx) 7.27 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 5690 Pro (arm) 7.59 /usr/bin, <bb> Link
FRITZ!Box 5690 Pro (rtl) 7.59 /bin Link
FRITZ!Box 6320 Cable v1 6.03 - 6.04 /usr/bin, <bb> Link
FRITZ!Box 6320 Cable v2 6.21 /usr/bin, <bb> Link
FRITZ!Box 6340 Cable 5.24 /usr/bin, <bb> Link
FRITZ!Box 6360 Cable 4.85 - 6.51 /usr/bin, <bb> Link
FRITZ!Box 6430 Cable (arm) 6.84 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6430 Cable (atom) 6.84 - 7.29 /usr/bin, <bb> Link
FRITZ!Box 6490 Cable (arm) 6.20 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6490 Cable (atom) 6.20 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6590 Cable (arm) 6.83 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6590 Cable (atom) 6.83 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6591 Cable (arm) 7.04 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6591 Cable (atom) 7.04 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6660 Cable (arm) 7.14 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6660 Cable (atom) 7.14 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6670 Cable (arm) 7.57 - 7.62 /usr/bin, <bb> Link
FRITZ!Box 6670 Cable (atom) 7.61 - 7.62 /usr/bin, <bb> Link
FRITZ!Box 6690 Cable (arm) 7.28 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6690 Cable (atom) 7.28 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6810 LTE 6.35 /usr/bin, <bb> Link
FRITZ!Box 6820 LTE v1 6.40 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6820 LTE v2 6.40 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 6840 LTE 5.08 - 7.39 /usr/bin, <bb> Link
FRITZ!Box 6842 LTE /usr/bin, <bb> Link
FRITZ!Box 6850 LTE 7.21 - 7.58 /usr/bin, <bb> Link
FRITZ!Box 6850 5G 7.24 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6890 LTE 6.84 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6890 LTE v1 6.84 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 6890 LTE v2 6.84 - 7.51 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 3.14 - 4.49 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7050 3.29 - 4.50 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7112 4.76 - 4.88 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7113 4.40 - 4.86 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7113 DE 4.40 - 4.77 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7113 INT 4.82 - 4.86 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7140 4.02 - 4.77 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7141 4.14 - 4.77 /usr/bin, <bb> Link
FRITZ!Fon 7150 4.27 - 4.77 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7170 3.96 - 4.99 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7170 v1 3.96 - 4.99 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7170 v2 3.96 - 4.99 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7240 4.65 - 6.06 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7270 v1 4.44 - 4.99 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7270 v2 4.67 - 6.06 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7270 v3 4.76 - 6.06 /usr/bin, <bb> Link
FRITZ!Box 7272 5.55 - 7.39 /usr/bin, <bb> Link
FRITZ!Box 7312 5.23 - 6.56 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7320 4.85 - 6.35 /usr/bin, <bb> Link
FRITZ!Box 7330 5.06 - 6.56 /usr/bin, <bb> Link
FRITZ!Box 7330 SL 5.08 - 6.56 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7340 4.83 - 5.05 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7360 SL 5.04 - 6.34 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7360 v1 5.06 - 6.36 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7360 v2 5.22 - 6.88 /usr/bin, <bb> Link
FRITZ!Box 7362 SL 5.53 - 7.14 /usr/bin, <bb> Link
FRITZ!Box 7369 6.30 - 6.32 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7390 4.81 - 5.22 /usr/bin, <bb> Link
FRITZ!Box 7412 6.21 - 6.88 /usr/bin, <bb> Link
FRITZ!Box 7430 6.26 - 7.39 /usr/bin, <bb> Link
FRITZ!Box 7490 (main) 5.57 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 7490 (scrpn) 6.98 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 7510 7.30 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 7520 6.98 - 7.51 /usr/bin, <bb> Link
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /bin, /usr/bin, <bb> Link
FRITZ!Box 7530 6.98 - 7.56 /usr/bin, <bb> Link
FRITZ!Box 7530 AX 7.20 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 7560 6.51 - 7.39 /usr/bin, <bb> Link
FRITZ!Box Fon WLAN 7570 vDSL 4.70 - 4.94 /usr/bin, <bb> Link
FRITZ!Box 7580 6.53 - 7.30 /usr/bin, <bb> Link
FRITZ!Box 7581 6.54 - 7.16 /usr/bin, <bb> Link
FRITZ!Box 7582 6.83 - 7.17 /usr/bin, <bb> Link
FRITZ!Box 7583 7.01 - 7.57 /usr/bin, <bb> Link
FRITZ!Box 7583 VDSL 7.19 - 7.31 /usr/bin, <bb> Link
FRITZ!Box 7590 6.83 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 7590 AX 7.19 - 7.90 /usr/bin, <bb> Link
FRITZ!Box 7690 7.59 /usr/bin, <bb> Link
FRITZ!Smart Gateway 7.39 - 7.59 /usr/bin, <bb> Link
FRITZ!WLAN Repeater N/G 4.65 - 4.88 /usr/bin, <bb> Link
FRITZ!WLAN Repeater 300E 5.01 - 6.34 /usr/bin, <bb> Link
FRITZ!WLAN Repeater 310 A 5.24 - 7.16 /usr/bin, <bb> Link
FRITZ!WLAN Repeater 310 B 6.30 - 7.16 /usr/bin, <bb> Link
FRITZ!WLAN Repeater 450E 6.00 - 7.15 /usr/bin, <bb> Link
FRITZ!Repeater 600 7.11 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 600 v2 7.19 - 7.58 /usr/bin, <bb> Link
FRITZ!WLAN Repeater 1160 6.51 - 7.15 /usr/bin, <bb> Link
FRITZ!Repeater 1200 7.11 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 1200 AX 7.27 - 7.57 /usr/bin, <bb> Link
FRITZ!WLAN Repeater 1750E 6.12 - 7.39 /usr/bin, <bb> Link
FRITZ!Repeater 2400 7.12 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 3000 6.98 - 7.58 /usr/bin, <bb> Link
FRITZ!Repeater 3000 AX 7.39 - 7.57 /usr/bin, <bb> Link
FRITZ!Repeater 6000 7.19 - 7.57 /usr/bin, <bb> Link
FRITZ!WLAN Repeater DVB-C 6.12 - 7.03 /usr/bin, <bb> Link
FRITZ!Powerline 540E 5.58 - 7.15 /usr/bin, <bb> Link
FRITZ!Powerline 546E 5.50 - 7.15 /usr/bin, <bb> Link
FRITZ!Powerline 1240 AX 7.51 - 7.57 /usr/bin, <bb> Link
FRITZ!Powerline 1240E 6.33 - 7.16 /usr/bin, <bb> Link
FRITZ!Powerline 1260E 6.90 - 7.57 /usr/bin, <bb> Link
FRITZ!Powerline 1260 7.27 - 7.57 /usr/bin, <bb> Link
congstar DSL-Box 4.25 - 4.81 /usr/bin, <bb> Link
congstar komplett Box 4.68 - 4.81 /usr/bin, <bb> Link
Speedport W 501V 3.93 - 4.38 /usr/bin, <bb> Link
Speedport W 503V 4.68 - 4.81 /usr/bin, <bb> Link
Speedport W 503V MK 4.79 /usr/bin, <bb> Link
Speedport W 701V 4.25 - 4.81 /usr/bin, <bb> Link
Speedport W 721V 4.74 - 4.75 /usr/bin, <bb> Link
Speedport W 722V 4.76 - 4.79 /usr/bin, <bb> Link
Speedport W 900V 4.21 - 4.57 /usr/bin, <bb> Link
Speedport W 920V 4.78 - 4.79 /usr/bin, <bb> Link
Speedport W 101 Bridge 4.68 /usr/bin, <bb> Link
Eumex 300 IP 3.29 - 4.44 /usr/bin, <bb> Link
Alice IAD 5130 4.65 - 4.71 /usr/bin, <bb> Link
Alice IAD WLAN 3331 4.90 /usr/bin, <bb> Link
Alice IAD 7570 vDSL 4.86 - 5.09 /usr/bin, <bb> Link
159 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-17 07:12 GMT.

Firmware Symbol
0 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.