<?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: One master ksh file to call 2 ksh script files in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813040#M24379</link>
    <description>&lt;P&gt;I dont see your answer&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 17:32:26 GMT</pubDate>
    <dc:creator>ssafmed</dc:creator>
    <dc:date>2022-05-12T17:32:26Z</dc:date>
    <item>
      <title>One master ksh file to call 2 ksh script files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813034#M24377</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have 2 ksh (korn shell script) : file1.ksh and file2.ksh; and I want to have a master file ksh script that will call the 2 files; what's the code I have to put in my master file?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813034#M24377</guid>
      <dc:creator>ssafmed</dc:creator>
      <dc:date>2022-05-12T17:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: One master ksh file to call 2 ksh script files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813038#M24378</link>
      <description>&lt;P&gt;&lt;FONT face="arial black,avant garde" size="4"&gt;.&lt;/FONT&gt;&amp;nbsp; file [arguments]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is called the DOT command.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:42:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813038#M24378</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2022-05-12T17:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: One master ksh file to call 2 ksh script files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813040#M24379</link>
      <description>&lt;P&gt;I dont see your answer&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813040#M24379</guid>
      <dc:creator>ssafmed</dc:creator>
      <dc:date>2022-05-12T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: One master ksh file to call 2 ksh script files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813058#M24380</link>
      <description>&lt;P&gt;I need please a sample code that will be in the master file&lt;/P&gt;
&lt;P&gt;I m new in shell&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813058#M24380</guid>
      <dc:creator>ssafmed</dc:creator>
      <dc:date>2022-05-12T17:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: One master ksh file to call 2 ksh script files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813061#M24381</link>
      <description>This isn't really a SAS question but a question about how to use korn shell so this may not be the best place to ask, but if you wanted to run one script from another wouldn't you just put the path to that script in your "master" script?&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;/path/to/file1.ksh&lt;BR /&gt;&lt;BR /&gt;If you wanted to source the file rather than run it you could use the "source" command or it's alias, ".":&lt;BR /&gt;. /path/to/file1.ksh&lt;BR /&gt;or&lt;BR /&gt;source /path/to/file1.ksh</description>
      <pubDate>Thu, 12 May 2022 18:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/One-master-ksh-file-to-call-2-ksh-script-files/m-p/813061#M24381</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-12T18:13:51Z</dc:date>
    </item>
  </channel>
</rss>

