Skip to content

Commit 3ffcd11

Browse files
committed
Update Doc
Update Doc Signed-off-by: Bensuperpc <[email protected]>
1 parent 6a6d7c9 commit 3ffcd11

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Commands.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ To create archives of game saves
115115
- [`make-bootable-usb`](#make-bootable-usb)
116116
- [`passwordgen`](#passwordgen)
117117
- [`replace-recursive`](#replace-recursive)
118+
- [`remove-recursive`](#remove-recursive)
118119
- [`sysinfo`](#sysinfo)
119120
- [`update-grub`](#update-grub)
120121

@@ -664,6 +665,14 @@ Replace string in files recursively
664665
$ replace-recursive <STR1> <STR2> <Extension (wihout point)>
665666
```
666667

668+
### remove-recursive
669+
670+
Replace string in files recursively
671+
672+
```bash
673+
$ remove-recursive <Text to remove (Remove line)>
674+
```
675+
667676
### sysinfo
668677

669678
Generate archive with all system info

0 commit comments

Comments
 (0)