NAME rm - remove files or directories SYNOPSIS rm [ OPTION ]... [ FILE ]... DESCRIPTION This manual page documents ... version of rm . rm removes each specified file. By default, i…NAME git-rm - Remove files from the working tree and from the index SYNOPSIS ... rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--pathspec-from-file= [--path…much faster. Frequently used with git rm --cached --ignore-unmatch ... , see EXAMPLES below. For hairy ... commits: git filter-branch --tree-filter 'rm filename' HEAD However, if t…files must be "added"); 2.by using git-rm (1) to remove files from the working ... listed in the index) and to automatically "rm" files in the index that have beenfail: get , put , reget , reput , rename , ln , rm , mkdir , chdir , ls , lchdir , copy , cp , chmod ... command with a ‘-’ character (for example, -rm /tmp/blah* ). Echo of the co…script-parameter ... COMMANDS AND PARAMETERS supports command rm_conffile conffile [ prior-version [ package ]] mv_conffile ... postrm maintainer scripts: dpkg-maintscript-helper r…output is suitable for piping to xargs rm if you are in the root ... pack-redundant --all | xargs rm OPTIONS --all Processes all packs. Any filenames on the commandfailure in the output of git-rm (1), to give directions on how to proceed ... when either git-add (1) or git-rm (1) is asked to update index entrieshere is an example: On ‘server’ side: $ rm -f /tmp/f; mkfifo /tmp/f $ cat /tmp/f | /bin/sh ... once you don't need it anymore: $ rm -f /tmp/f DATA TRANSFER The exampleTEMPFILE ]; then echo $TEMPFILE else rm -f $TEMPFILE fi ;; esac lessclose.sh: #! /bin/sh rmtel2 $ diff tel1 tel2 $ rm tel1 $ grep maja tel2 maja 0501-1136285 $ Here typing Control ... because there were no differences. The command rm (from "remove") deletes the fileTEMPFILE ]; then echo $TEMPFILE else rm -f $TEMPFILE fi ;; esac lessclose.sh: #! /bin/sh rmfork (2) and exec (2) to launch rm and we don't need the extra ... echo | xargs -I '{}' -s 100000 rm '{}' Here, the first invocation of xargs has no inputhere is an example: On ‘server’ side: $ rm -f /tmp/f; mkfifo /tmp/f $ cat /tmp/f | /bin/sh ... once you don't need it anymore: $ rm -f /tmp/f DATA TRANSFER The examplerequest, or any argument of an rm request, or the name of a request ... cases of am , de , rr , and rm , what was parsed up to this pointexport GAWK_PERSIST_FILE=other_heap.pma # change heap rm heap.pma # delete heap DESCRIPTION Gawk ... forget'' the contents of the heap file: $ rm heap.pma ENVIRONMENT VARIABLES GAW…instead. EXAMPLE #!/bin/sh #[...] t=$(tempfile) || exit trap "rm -f -- '$t'" EXIT #[...] rm -f -- "$t" trapdesc.c ::100755 100755 100755 52b7a2d 6d1ac04 d2ac7d7 RM bar.sh ::100644 100644 100644 e07d6c5 9042e82 ee91881 ... desc.c ::100755 100755 100755 52b7a2d 6d1ac04 d2ac7d7 RM foo.sh b…here is an example: On ‘server’ side: $ rm -f /tmp/f; mkfifo /tmp/f $ cat /tmp/f | /bin/sh ... once you don't need it anymore: $ rm -f /tmp/f DATA TRANSFER The example