We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aaab58 commit 631cffaCopy full SHA for 631cffa
docs/dev-notes/linux/linux-basics.md
@@ -56,6 +56,11 @@
56
df -lhT # show usage of all mounted filesystems
57
```
58
59
+- `du`: disk usage/size of directory
60
+ ```bash
61
+ du -sh fooDir/
62
+ ```
63
+
64
## Package Management
65
66
|Command|Description|
docs/dev-notes/win-internals/win-path-formats.md
@@ -113,3 +113,4 @@ These all point to the same file
113
114
- [.Net API Reference](https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats)
115
- [Win32 API Reference](https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file)
116
+- [Definitive Guide on Win32 to NT Path Conversion](https://googleprojectzero.blogspot.com/2016/02/the-definitive-guide-on-win32-to-nt.html)
0 commit comments