Skip to content

Commit 631cffa

Browse files
committed
[win] link to Definitive Guide on Win32/NT Path Conversion
1 parent 4aaab58 commit 631cffa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: docs/dev-notes/linux/linux-basics.md

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
df -lhT # show usage of all mounted filesystems
5757
```
5858

59+
- `du`: disk usage/size of directory
60+
```bash
61+
du -sh fooDir/
62+
```
63+
5964
## Package Management
6065

6166
|Command|Description|

Diff for: docs/dev-notes/win-internals/win-path-formats.md

+1
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ These all point to the same file
113113

114114
- [.Net API Reference](https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats)
115115
- [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

Comments
 (0)