Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 7 of 7) sorted by relevance

/coreutils/man/
Dshred.x2 shred \- overwrite a file to hide its contents, and optionally delete it
Dtr.x2 tr \- translate or delete characters
/coreutils/src/
Dtr.c203 static bool delete = false; variable
1711 delete = true; in main()
1733 translating = (non_option_args == 2 && !delete); in main()
1734 min_operands = 1 + (delete == squeeze_repeats); in main()
1735 max_operands = 1 + (delete <= squeeze_repeats); in main()
1790 else if (delete && non_option_args == 1) in main()
1803 else if (squeeze_repeats && delete && non_option_args == 2) in main()
/coreutils/
Dbootstrap1254 -type l -xtype l -delete > /dev/null 2>&1
DNEWS5676 * mv: fix the bug whereby 'mv -uf source dest' would delete source,
/coreutils/doc/
Dfdl.texi324 and any sections Entitled ``Dedications''. You must delete all
Dcoreutils.texi299 * tr invocation:: Translate, squeeze, and/or delete characters
303 @command{tr}: Translate, squeeze, and/or delete characters
7034 * tr invocation:: Translate, squeeze, and/or delete characters.
7041 @section @command{tr}: Translate, squeeze, and/or delete characters
7060 delete characters,
7062 delete characters, then squeeze repeated characters from the result.
7088 @itemx --delete
7090 @opindex --delete
7225 the (predefined) class @var{class}. When the @option{--delete} (@option{-d})
7280 allowed in @var{string2} only when @option{--delete} (@option{-d}) and
[all …]