diff --git a/pages/tools.inkscape.las.authoring.md b/pages/tools.inkscape.las.authoring.md index c68d70c..1842fd4 100644 --- a/pages/tools.inkscape.las.authoring.md +++ b/pages/tools.inkscape.las.authoring.md @@ -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