Skip to content

Commit 664131e

Browse files
committed
fix: complete the sentence in readme
1 parent 1961445 commit 664131e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CMD Linux-Like Toolkit (Batch + PowerShell)
22

33
A tiny set of batch scripts that make Windows CMD feel a bit more like Linux. I made these back when I started using wsl and in vs code terminals so feel free to modify them as you like to suit your system and needs :)
4-
This has been extended to 50 commands now, and is more like a tiny GNU Core Util for Linux commands in Windows. We have both powershell and
4+
This has been extended to 50 commands now, and is more like a tiny GNU Core Util for Linux commands in Windows. We have both powershell and normal cmd terminal commands, although you are free to modify this as much as you like.
55

66
**Commands included:** 55
77
**PowerShell-backed commands:** 8 (touch, head, tail, wc, df, du, uname, tee)
@@ -25,3 +25,4 @@ This has been extended to 50 commands now, and is more like a tiny GNU Core Util
2525
## Future Plan for More Commands (restricted to my availability and time for this)
2626
Planned additions: `sed`, `awk` (PowerShell-based shims), `sha256sum`, `sort`, `uniq`, `cut`, `tr`, `xargs`, `env`, `export` (shim), `date` (formatting), `cal`, `yes`, `printf`.
2727

28+
For License, check [LICENSE](./LICENSE)

0 commit comments

Comments
 (0)