<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Easier way to navigate SAS EG server files in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339266#M22530</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99391"&gt;@csn&lt;/a&gt;, Carolyn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is! And it is not SAS related. Good that you are working with a Unix server. Google is full of examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.nl/search?q=Linux+copy+files+with+extention&amp;amp;oq=Linux+copy+files+with+extention&amp;amp;aqs=chrome..69i57.14591j0j7&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8" target="_blank"&gt;https://www.google.nl/search?q=Linux+copy+files+with+extention&amp;amp;oq=Linux+copy+files+with+extention&amp;amp;aqs=chrome..69i57.14591j0j7&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/15617016/cp-copy-all-files-with-a-certain-extension-from-all-subdirectories" target="_blank"&gt;http://stackoverflow.com/questions/15617016/cp-copy-all-files-with-a-certain-extension-from-all-subdirectories&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;find dir_name '*.egp' -exec cp -vuni '{}' "../dest_dir" ";"&lt;/PRE&gt;
&lt;P&gt;&lt;A href="http://unix.stackexchange.com/questions/157286/copying-files-with-multiple-extensions" target="_blank"&gt;http://unix.stackexchange.com/questions/157286/copying-files-with-multiple-extensions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 15:04:15 GMT</pubDate>
    <dc:creator>JuanS_OCS</dc:creator>
    <dc:date>2017-03-08T15:04:15Z</dc:date>
    <item>
      <title>Easier way to navigate SAS EG server files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339263#M22528</link>
      <description>&lt;P&gt;I am required to save all of my programs and projects on the SAS EG (v6.1) Unix server.&amp;nbsp; The path varies somewhat, but for virtually every task I have to navigate through numerous layers of folder to get to my project files.&amp;nbsp; Has anyone found a shortcut to this?&amp;nbsp; The SAS administrator cannot change the configuration because other departments using the server would not navigate to the same file structure as myself.&amp;nbsp; Any ideas / macros, etc, that would save the tedious navigation in the Server List window?&amp;nbsp; example: files/division/dept/unit/product/project/programs/ ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Carolyn Norman&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 15:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339263#M22528</guid>
      <dc:creator>csn</dc:creator>
      <dc:date>2017-03-08T15:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Easier way to navigate SAS EG server files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339265#M22529</link>
      <description>&lt;P&gt;You could create a link to the desired location in your home directory:&lt;/P&gt;
&lt;PRE&gt;ln /home/username/division/dept/unit/product/project/programs/ /home/username/programs&lt;/PRE&gt;
&lt;P&gt;from the UNIX commandline. If the directories span different filesystems, create a symbolic link by using ln -s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 15:03:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339265#M22529</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-08T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Easier way to navigate SAS EG server files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339266#M22530</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99391"&gt;@csn&lt;/a&gt;, Carolyn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is! And it is not SAS related. Good that you are working with a Unix server. Google is full of examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.nl/search?q=Linux+copy+files+with+extention&amp;amp;oq=Linux+copy+files+with+extention&amp;amp;aqs=chrome..69i57.14591j0j7&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8" target="_blank"&gt;https://www.google.nl/search?q=Linux+copy+files+with+extention&amp;amp;oq=Linux+copy+files+with+extention&amp;amp;aqs=chrome..69i57.14591j0j7&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/15617016/cp-copy-all-files-with-a-certain-extension-from-all-subdirectories" target="_blank"&gt;http://stackoverflow.com/questions/15617016/cp-copy-all-files-with-a-certain-extension-from-all-subdirectories&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;find dir_name '*.egp' -exec cp -vuni '{}' "../dest_dir" ";"&lt;/PRE&gt;
&lt;P&gt;&lt;A href="http://unix.stackexchange.com/questions/157286/copying-files-with-multiple-extensions" target="_blank"&gt;http://unix.stackexchange.com/questions/157286/copying-files-with-multiple-extensions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 15:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339266#M22530</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-08T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Easier way to navigate SAS EG server files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339554#M22547</link>
      <description>&lt;P&gt;In the longer term if you not only want to provide easier navigation but also provide better management of your SAS programs and projects then I recommend the use of software change management&amp;nbsp;tools. EG already integrates with GIT, and from personal experience I've found other tools that work equally as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 07:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Easier-way-to-navigate-SAS-EG-server-files/m-p/339554#M22547</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-03-09T07:07:36Z</dc:date>
    </item>
  </channel>
</rss>

