add sfind for sync conflicts
This commit is contained in:
parent
be9d0dd133
commit
a623757f31
1 changed files with 1 additions and 0 deletions
|
@ -27,3 +27,4 @@ abbr vg++ "clear; g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wo
|
||||||
abbr vmake "make clean && clear; make dev && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main"
|
abbr vmake "make clean && clear; make dev && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main"
|
||||||
abbr zip "zip -r 'archive.zip' dossier"
|
abbr zip "zip -r 'archive.zip' dossier"
|
||||||
abbr mfind "find /* 2> /dev/null | grep ''" # Search for any filename in all disks
|
abbr mfind "find /* 2> /dev/null | grep ''" # Search for any filename in all disks
|
||||||
|
abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
|
||||||
|
|
Loading…
Reference in a new issue