Lines Matching refs:FILE
119 | date | Sets or obtains the current date and time.<br>usage: date [-u] [-r FILE] [-d DATE] [+DI…
180 | fsync | Synchronizes the file status with the storage device.<br>usage: fsync [-d] [FILE...…
185 …br>usage: losetup [-cdrs] [-o OFFSET] [-S SIZE] {-d DEVICE... \| -j FILE \| -af \| {DEVICE FILE}} |
186 | lspci | Displays PCI device information.<br>usage: lspci [-ekmn] [-i FILE ] |
192 …he system control data in **/proc/sys.**<br>usage: sysctl [-aAeNnqw] [-p [FILE] \| KEY[=VALUE]...]…
216 …the Base64 algorithm for encryption and decryption.<br>usage: base64 [-di] [-w COLUMNS] [FILE...] |
218 | bunzip2 | Decompresses a .bz file.<br>usage: bunzip2 [-cftkv] [FILE...] |
219 | bzcat | Decompresses a listed file to the standard output.<br>usage: bzcat [FILE...] |
220 …the standard input device. "-" indicates a standard input device.<br>usage: cat [-etuv] [FILE...] |
222 | chcon | Modifies the SELinux security context of a file.<br>usage: chcon [-hRv] CONTEXT FILE.…
224 … | Changes the access mode of a file (recursively with **-R**).<br>usage: chmod [-R] MODE FILE... |
230 …e **newc** format.<br>usage: cpio -{o\|t\|i\|p DEST} [-v] [--verbose] [-F FILE] [--no-preserve-own…
232 …es from the 1st byte to X byte of a line).<br>usage: cut [-Ds] [-bcfF LIST] [-dO DELIM] [FILE...] |
233 … up data, and convert character encoding.<br>usage:<br>  dd [if=FILE] [of=FILE] [ibs=N] [obs=…
234 … outputs their differences.<br>usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 F…
236 …om the standard input device. "-" indicates a standard input device.<br>usage: dos2unix [FILE...] |
238 …grep [-EFrivwcloqsHbhn] [-ABC NUM] [-m MAX] [-e REGEX]... [-MS PATTERN]... [-f REGFILE] [FILE]... |
239 | gzip | Compresses a file.<br>usage: gzip [-19cdfk] [FILE...] |
240 … | Expands a tab to a space based on the input parameter.<br>usage: expand [-t TABLIST] [FILE...] |
245 …ndentation level, and writes it to the standard output device.<br>usage: fmt [-w WIDTH] [FILE...] |
246 …d replaced with a new file without the file name extension .gz.<br>usage: gunzip [-cfk] [FILE...] |
249 | iconv | Converts the encoding format of a file.<br>usage: iconv [-f FROM] [-t TO] [FILE...] |
250 …Runs a specified program when a file system event occurs.<br>usage: inotifyd PROG FILE[:MASK] ... |
252 | link | Creates a hard link for a file.<br>usage: link FILE NEWLINK |
256 …r lists the processes that use the listed file.<br>usage: lsof [-lt] [-p PID1,PID2,...] [FILE...] |
257 …Each input file outputs a line of hash followed by a file name.<br>usage: md5sum [-bcs] [FILE]... |
263 | more | Views a file one page at a time.<br>usage: more [FILE...] |
265 …ut file.<br>usage: nl [-E] [-l #] [-b MODE] [-n STYLE] [-s SEPARATOR] [-v #] [-w WIDTH] [FILE...] |
267 …| Merges corresponding lines from each input file.<br>usage: paste [-s] [-d DELIMITERS] [FILE...] |
272 | readahead | Preloads a file to the disk cache.<br>usage: readahead FILE... |
273 …tions are carried. If it is not a symbolic link, an error is returned.<br>usage: readlink FILE... |
274 | realpath | Displays the standard absolute path name.<br>usage: realpath FILE... |
275 | rev | Outputs each line in reverse order.<br>usage: rev [FILE...] |
276 | rm | Removes a file.<br>usage: rm [-fiRrv] FILE... |
278 …to the input line.<br>usage: sed [-inrzE] [-e SCRIPT]... \| SCRIPT [-f SCRIPT\_FILE]... [FILE...] |
280 …r | Writes POSIX extended attributes.<br>usage: setfattr [-h] [-x \| -n NAME] [-v VALUE] FILE... |
281 | sha1sum/sha256sum | Calculates the SHA hash value.<br>usage: sha?sum [-bcs] [FILE]... |
282 …verwrites the file content with random data).<br>usage: shred [-fuz] [-n COUNT] [-s SIZE] FILE... |
283 …he standard output device.<br>usage: sort [-Mbcdfginrsuz] [FILE...] [-k#[,#[x]] [-t X]] [-o FILE] |
285 | stat | Displays the status of a file or file system.<br>usage: stat [-tfL] [-c FORMAT] FILE.…
286 … Displays printable strings in a binary file.<br>usage: strings [-fo] [-t oxd] [-n LEN] [FILE...] |
287 | tac | Outputs lines in reverse order.<br>usage: tac [FILE...] |
288 …utput device. "-" indicates a standard input device.<br>usage: tail [-n\|c NUMBER] [-f] [FILE...] |
291 …e of each file to the current time.<br>usage: touch [-amch] [-d DATE] [-t TIME] [-r FILE] FILE... |
294 …om the standard input device. "-" indicates a standard input device.<br>usage: unix2dos [FILE...] |
295 | unlink | Removes a file.<br>usage: unlink FILE |
298 … | Counts the number of lines, words, and characters in the input.<br>usage: wc -lwcm [FILE...] |
301 … the file to the standard output device. It is similar to **gzip -dc**.<br> usage: zcat [FILE...] |