<?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: How to get Linux 'ls -l' command to print output to the log in SAS Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420632#M27061</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   Filename filelist pipe "ls -l"; 
                                                                                   
   Data _null_;                                        
     Infile filelist truncover;
     Input filename $100.;
     Put filename=;
   Run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 12 Dec 2017 22:59:40 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-12-12T22:59:40Z</dc:date>
    <item>
      <title>How to get Linux 'ls -l' command to print output to the log in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420630#M27059</link>
      <description>&lt;P&gt;I would like to change read/write permission for some folders I have on a server. &amp;nbsp;I know that I can use x commands in SAS EG to do this and commands like&lt;/P&gt;&lt;P&gt;x cd '/filepath/';&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;x pwd;&lt;/P&gt;&lt;P&gt;both run and print output to the log. &amp;nbsp;However, when I try to run&lt;/P&gt;&lt;P&gt;x ls -l;&lt;/P&gt;&lt;P&gt;so I can see the current permissions of folders in the directory, nothing prints to the log. &amp;nbsp;Conceptually, this is all new to me so I am sure I am missing something simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 22:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420630#M27059</guid>
      <dc:creator>GeorgeBonanza</dc:creator>
      <dc:date>2017-12-12T22:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux 'ls -l' command to print output to the log in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420631#M27060</link>
      <description>X commands are usually turned off on EG, but if they're not in your environment something like the following will work.</description>
      <pubDate>Tue, 12 Dec 2017 22:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420631#M27060</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-12T22:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux 'ls -l' command to print output to the log in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420632#M27061</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   Filename filelist pipe "ls -l"; 
                                                                                   
   Data _null_;                                        
     Infile filelist truncover;
     Input filename $100.;
     Put filename=;
   Run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Dec 2017 22:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420632#M27061</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-12T22:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux 'ls -l' command to print output to the log in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420766#M27067</link>
      <description>&lt;P&gt;This works well. &amp;nbsp;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 12:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-get-Linux-ls-l-command-to-print-output-to-the-log-in-SAS/m-p/420766#M27067</guid>
      <dc:creator>GeorgeBonanza</dc:creator>
      <dc:date>2017-12-13T12:45:38Z</dc:date>
    </item>
  </channel>
</rss>

