<?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:  CLISH Commands in Expert Mode easier in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38472#M554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big Ouch! See #5: &lt;A href="https://community.checkpoint.com/message/8192-check-point-configuration-mistakes-top-10" target="_blank"&gt;https://community.checkpoint.com/message/8192-check-point-configuration-mistakes-top-10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2019 09:23:03 GMT</pubDate>
    <dc:creator>Danny</dc:creator>
    <dc:date>2019-06-21T09:23:03Z</dc:date>
    <item>
      <title>CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38466#M548</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eccie123.JPG" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9438i05BDD399C072FE9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eccie123.JPG" alt="eccie123.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Clish commands can only be used in expert mode with the following command for example 'clish -c "show route"'. To make this a bit easier, I wrote a simple script to simplify that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you can use the new command "c" to execute clish commands. You only have to write the c before each clish command in expert mode.&lt;/P&gt;
&lt;P&gt;For example, if you want to execute the clish command "show route", all you have to do is type the followingin expert mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;# &lt;SPAN&gt;c &lt;SPAN&gt;show route&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To install the small bash script you only have to copy and paste the following three lines in expert mode:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;echo "echo \$@ &amp;gt; /var/log/clish.txt" &amp;gt; /bin/c&lt;BR /&gt;echo "clish -f /var/log/clish.txt" &amp;gt;&amp;gt; /bin/c&lt;BR /&gt;chmod 770 /bin/c&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now you have the new&amp;nbsp; "c" command&lt;IMG class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" border="0" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here is a demo video:&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6384314367112w400h206r698" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6384314367112" data-account="6058022097001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022097001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6384314367112w400h206r698');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.checkpoint.com/t5/video/gallerypage/video-id/6384314367112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 23:03:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38466#M548</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-10-30T23:03:54Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38467#M549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.checkpoint.com/migrated-users/55229"&gt;https://community.checkpoint.com/people/2614aef2-c5d1-3f73-bbbd-45c59b9e2728&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a great and simple idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice&lt;/P&gt;&lt;P&gt;Uta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 23:08:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38467#M549</guid>
      <dc:creator>Uta_Rowzee</dc:creator>
      <dc:date>2018-12-12T23:08:00Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38468#M550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice hack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 23:15:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38468#M550</guid>
      <dc:creator>Morris_Nelka</dc:creator>
      <dc:date>2018-12-12T23:15:56Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38469#M551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also find the reverse idea good to execute expert mode commands in clish. Unfortunately I can't do that:-)&lt;/P&gt;&lt;P&gt;That's the way I see it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;e &lt;SPAN style="color: #000000;"&gt;netstat -rn&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now the expert mode command is executed in the clish. Can you implement this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I also know that the "dynamic clish" is planned. But here the commands different from the expert mode syntax and we have to learn everything new.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I want an "e" in the clish&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 23:36:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38469#M551</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2018-12-12T23:36:46Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38470#M552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just one thing: your default shell needs to be &lt;STRONG&gt;/bin/bash&lt;/STRONG&gt;. If you default log in with &lt;STRONG&gt;clish&lt;/STRONG&gt;, go to expert and want to use this trick, you get a "configuration lock" message and cannot execute the command.&lt;/P&gt;&lt;P&gt;I would love that "e" option too... &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 07:47:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38470#M552</guid>
      <dc:creator>Marcel_Wildenbe</dc:creator>
      <dc:date>2018-12-13T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38471#M553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A href="https://community.checkpoint.com/migrated-users/55229"&gt;Heiko Ankenbrand&lt;/A&gt; Thanks,&amp;nbsp;it's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;A href="https://community.checkpoint.com/migrated-users/60372"&gt;Marcel Wildenberg&lt;/A&gt;‌ thanks for the trick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below screenshot is showing that when I type any command like &lt;STRONG&gt;c show route&amp;nbsp;&lt;/STRONG&gt; (as per the script &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="76339" class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76339_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#Chinmaya Naik&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 08:07:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38471#M553</guid>
      <dc:creator>Chinmaya_Naik</dc:creator>
      <dc:date>2018-12-13T08:07:14Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38472#M554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big Ouch! See #5: &lt;A href="https://community.checkpoint.com/message/8192-check-point-configuration-mistakes-top-10" target="_blank"&gt;https://community.checkpoint.com/message/8192-check-point-configuration-mistakes-top-10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 09:23:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38472#M554</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2019-06-21T09:23:03Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38473#M555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sharp.&lt;/P&gt;&lt;P&gt;I am not saying /bin/bash should be your default, the clish as default is blocking the trick.&lt;/P&gt;&lt;P&gt;Kudos on the "SCP only" shell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 10:42:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38473#M555</guid>
      <dc:creator>Marcel_Wildenbe</dc:creator>
      <dc:date>2018-12-13T10:42:46Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38474#M556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.checkpoint.com/migrated-users/59234"&gt;CHINMAYA&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, it is a small script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 21:11:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38474#M556</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2018-12-13T21:11:48Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38475#M557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My clish is very much restricted without a tab key&amp;nbsp;&lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/cool.png" /&gt;&amp;nbsp;- but nice idea!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2018 08:03:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38475#M557</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-12-14T08:03:33Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38476#M558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.checkpoint.com/migrated-users/55229"&gt;,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice small script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:29:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38476#M558</guid>
      <dc:creator>Caytana_Dewente</dc:creator>
      <dc:date>2018-12-14T16:29:06Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38477#M559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes an "e" in the clish!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:30:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38477#M559</guid>
      <dc:creator>Ferhat_Aslan</dc:creator>
      <dc:date>2018-12-14T16:30:32Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38478#M560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very helpful script!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2018 18:23:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38478#M560</guid>
      <dc:creator>Yusuf_Kilic</dc:creator>
      <dc:date>2018-12-15T18:23:13Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38479#M561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better use the path /usr/local/bin/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Cem&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Dec 2018 14:10:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38479#M561</guid>
      <dc:creator>Cem_Yilmaz</dc:creator>
      <dc:date>2018-12-16T14:10:54Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38480#M562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 14:40:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38480#M562</guid>
      <dc:creator>Luisa_G_</dc:creator>
      <dc:date>2018-12-17T14:40:45Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38481#M563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice hack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 16:41:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38481#M563</guid>
      <dc:creator>Igor_Szkaradkie</dc:creator>
      <dc:date>2018-12-20T16:41:20Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38482#M564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heiko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is a nice idea:-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sonia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2018 15:40:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38482#M564</guid>
      <dc:creator>Sonia_Brunner</dc:creator>
      <dc:date>2018-12-22T15:40:53Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38483#M565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THX,&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 21:53:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38483#M565</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-03-09T21:53:23Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38484#M566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could also write as an oneliner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 21:55:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38484#M566</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-03-09T21:55:16Z</dc:date>
    </item>
    <item>
      <title>Re:  CLISH Commands in Expert Mode easier</title>
      <link>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38485#M567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could also write as an oneliner.&lt;/P&gt;&lt;P&gt;Any interest?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 21:56:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/CLISH-Commands-in-Expert-Mode-easier/m-p/38485#M567</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-03-09T21:56:17Z</dc:date>
    </item>
  </channel>
</rss>

