Automatic update, changed: tools.inkscape.las.authoring.md

This commit is contained in:
sdbs Terra 2024-04-22 08:52:34 +02:00
parent ea5c987827
commit 878e084426

View file

@ -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