<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body dir="auto">I'm confused.<div dir="auto">In your example you have a text document you composed and saved to location you know. Then you want to save your plain text document to another location? I normally just use the the mv or cp commands for that. </div><div dir="auto"><br></div><div dir="auto">Is that not sufficient? What am I missing? </div><div dir="auto"><br></div><div><br></div><div align="left" dir="auto" style="font-size:100%;color:#000000"><div>-------- Original message --------</div><div>From: o1bigtenor <o1bigtenor@gmail.com> </div><div>Date: 12/13/20  10:22 AM  (GMT-06:00) </div><div>To: TCLUG Mailing List <tclug-list@mn-linux.org> </div><div>Subject: Re: [tclug-list] Complicated question re: saving files </div><div><br></div></div>On Sun, Dec 13, 2020 at 9:17 AM Ryan Coleman <ryan.coleman@cwis.biz> wrote:<br>><br>> Like they reject the user agent? If so try this:<br>><br>> wget --user-agent="Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0"<br>><br>> Or they are SSL-protected and wget isn’t liking it? If so try the        --no-check-certificate switch.<br>><br>> Files are almost always saved in your home directory. You will need to find that based on your distribution.<br>><br>> If you don’t know where a file is but you know it’s name try…<br>><br>> find / | grep ‘FILEname.ext’<br>><br><br>Thank you for your suggestion but I do know the name of the file and<br>I'm not really looking for it.<br><br>What I am trying to do is figure out a way to use 'save as' in<br>something like okular and have some<br>kind of cli command that harvests not only the name of the file but<br>also th location on my system<br>where I saved the file to.<br><br>Sort of this way - - - -<br>I'm writing notes/ideas stimulated by a pdf in a plain text document.<br>Step 2 - - - I save the document in a folder whose location is something like<br>     /media/memyself/raidxxx/somefolder/nextlevelfolder/3rdlevelfolder/4thlevel<br>    . . . 10thlevelfolder/somestupidpdf.<br>Step 3 - - - - - I use cli command 'some goofy save command' and the location<br>   in step 2 is documented in the doc for step 1<br><br>(I have been just recently introduced to parallel and I might want to save some<br>things directly into bibtex or Jabref (whichever is more straightforward).<br><br>Does this process make sense?<br><br>What I'm looking for is 'some goofy save command' from step 3.<br><br>Thanking you for your assistance.<br><br>Regards<br>_______________________________________________<br>TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>tclug-list@mn-linux.org<br>http://mailman.mn-linux.org/mailman/listinfo/tclug-list<br></body></html>