mirror of
https://gitlab.com/sdbs_cz/digital-garden-anabasis.git
synced 2025-01-22 19:07:05 +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:
|
||||
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
|
||||
ls *.png > files.lst
|
||||
|
||||
|
|
Loading…
Reference in a new issue