mirror of
https://git.sdbs.cz/sdbs/digital-garden-anabasis.git
synced 2025-01-22 11:05:46 +01:00
Automatic update, changed: tools.inkscape.las.authoring.md
This commit is contained in:
parent
ea5c987827
commit
878e084426
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,10 @@ The method is the same as for all versions of Windows, starting with Windows 3.1
|
||||||
4. Type this command (or use copy/paste) and press Enter:
|
4. Type this command (or use copy/paste) and press Enter:
|
||||||
cmd /c dir /b > "%temp%\\Dir.txt" & notepad "%temp%\\Dir.txt"
|
cmd /c dir /b > "%temp%\\Dir.txt" & notepad "%temp%\\Dir.txt"
|
||||||
|
|
||||||
|
### windows 11
|
||||||
|
- open in terminal
|
||||||
|
- `` dir >filename.txt ``
|
||||||
|
- also see kinda misleading https://www.makeuseof.com/windows-11-copy-folders-file-list-into-text-file/
|
||||||
#### linux list
|
#### linux list
|
||||||
ls *.png > files.lst
|
ls *.png > files.lst
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue