<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Scripts  </title>
<link>http://kb.ictbanking.net/category.php?id=9</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB Knowledge Base Software (http://www.knowledgebase-script.com)</description>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=726</guid>
										<title>java Simple Java JDBC Program To Execute SQL Select Query</title>
										<link>http://kb.ictbanking.net/article.php?id=726</link>
										<description><![CDATA[        Below is a sample Java JDBC program which takes database connection string as command line arguments and returns the SQL select query output Â  Replace the SQL Select query in the below code with the desired select query and modify the variabl...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=725</guid>
										<title>java Simple Java JDBC Program To Execute SQL Update Statement</title>
										<link>http://kb.ictbanking.net/article.php?id=725</link>
										<description><![CDATA[Below is a sample Java JDBC program which takes database connection string as command line arguments and executes the SQL update statement. Â  Â  Â  Value to be updated in the table is passed as a command line argument. Â  Â  Â  Replace the SQL update stat...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=723</guid>
										<title>Transform XML to CSV Format | Unix String Pattern Manipulation The Ugly Way</title>
										<link>http://kb.ictbanking.net/article.php?id=723</link>
										<description><![CDATA[  Transform XML to CSV Format | Unix String Pattern Manipulation The Ugly Way   Updated:Â Jun 22, 2020         Â      Â     Disclaimer: I do not claim the below method to be the best optimum method of transforming XML to CSV format on the Unix command p...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=657</guid>
										<title>Convert JSON to CSV with bash script</title>
										<link>http://kb.ictbanking.net/article.php?id=657</link>
										<description><![CDATA[  A tale of two formats: Converting JSON to CSV         Peter Andersson Follow    May 5, 2016Â Â·Â 4Â min read   Â     So this just happened:- âPeter, can you send me a CSV of those search results?â- ââ¦yeah, sureâ¦give me a minuteâ We&rsquo;d been looking ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=655</guid>
										<title>Convert CSV to JSON with jq</title>
										<link>http://kb.ictbanking.net/article.php?id=655</link>
										<description><![CDATA[  jqÂ the JSON processorÂ isÂ a new toolÂ forÂ command-lineÂ dataÂ mining.Â I&rsquo;ve beenÂ using jqÂ for a couple of months and it&rsquo;sÂ super useful. In this post I present a simple example of convertingÂ CSVÂ to JSON using jq. Parsing CSV with jq is import...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=656</guid>
										<title>Convert CSV to JSON with bash script</title>
										<link>http://kb.ictbanking.net/article.php?id=656</link>
										<description><![CDATA[#!/bin/bash  # CSV to JSON converter using BASH # original script from https://gist.github.com/dsliberty/3de707bc656cf757a0cb # Usage ./csv2json.sh input.csv &gt; output.json #       cat &lt;input.csv&gt; | csv2json &gt; output.json #set -x shopt -s ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=283</guid>
										<title>O`Reilly`s CD bookshelf</title>
										<link>http://kb.ictbanking.net/article.php?id=283</link>
										<description><![CDATA[https://docstore.mik.ua/orelly/bookshelfs.html Â     The Java Reference Library, version 1.3                        The Java Enterprise CD Bookshelf, Version 1.0                              The Perl CD Bookshelf, version 1.0                          ...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=276</guid>
										<title>Epoch &amp; Unix Timestamp Conversion Tools</title>
										<link>http://kb.ictbanking.net/article.php?id=276</link>
										<description><![CDATA[The current Unix epoch time isÂ  1529656113  Â  Convert epoch to human readable date and vice versa Â [batch convert timestamps to human dates] GMT: Friday, 22 June 2018 07:40:23Your time zone: piÄtek, 22 czerwca 2018 09:40:23 GMT+02:00 DST     Yr Mon D...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=250</guid>
										<title>Unix - eval command example</title>
										<link>http://kb.ictbanking.net/article.php?id=250</link>
										<description><![CDATA[Unix - eval command example Â  Have you ever have the need to remotely execute a long list of command to a list of unix machines to perform tasks like gathering their information? Well, if you did then you will mostly came across an issue where you ra...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=249</guid>
										<title>Unix - Find command examples</title>
										<link>http://kb.ictbanking.net/article.php?id=249</link>
										<description><![CDATA[Unix - Find command examples Â  Below are some find command examples on Unix OS. #find &lt;path&gt; &lt;option&gt; &lt;value&gt;#find /home/james/ -amin 10Â Â Â  ----File was last accessed n minutes ago.#find /home/james/ -atime 2Â Â Â  ----File was last ac...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=248</guid>
										<title>Unix - Examples for grep command</title>
										<link>http://kb.ictbanking.net/article.php?id=248</link>
										<description><![CDATA[Unix - Examples for grep command Â  Below are some examples on the usage of grep and egrep in Unix.  We are using file text.txt as our source file.   Content of text.txt ================================================================== onetwothreefou...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=234</guid>
										<title>To do a quick check on the number of path present (does not mean all are Enabled] using for loop</title>
										<link>http://kb.ictbanking.net/article.php?id=234</link>
										<description><![CDATA[To do a quick check on the number of path present (does not mean all are Enabled] using for loop. =====================================================  for i in `/usr/sbin/lspath | grep scsi | awkÂ  &#039;{print $2}&#039; | sort |uniq ` ;Â  do echo "$...]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=214</guid>
										<title>bash for do done AIX</title>
										<link>http://kb.ictbanking.net/article.php?id=214</link>
										<description><![CDATA[for i in `lsdev -Cc adapter | egrep "^ent" | awk &#039;{ print $1 }&#039;` ;Â  do echo "#### $i ####" ;Â  lsattr -El $i ; echo "####Â  Â  Â  ####" ;Â  done]]></description>

									</item>
<item>
										<guid>http://kb.ictbanking.net/article.php?id=207</guid>
										<title>Display basic information about Physical Volumes</title>
										<link>http://kb.ictbanking.net/article.php?id=207</link>
										<description><![CDATA[# Small script to display some interesting information about Physical Volumes   DISP="1"; ls -l /dev/hdisk* | awk &#039;{print $10 " " $5 $6}&#039; | sed -e "s:/dev/::" -e "s/,/ /"Â  | while read DISK MAJOR MINORdoÂ Â  SIZE=$(bootinfo -s $DISK)Â Â  LUN=$(...]]></description>

									</item>

</channel>

</rss>