Re: sqlloader script
Posted by ErmanArslansOracleBlog on Sep 06, 2017; 7:18pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/sqlloader-script-tp3394p3411.html
when you use put some command between the character -> ` , it is executed on the fly and its output is returned.
In your case, the for loop goes through the filenames which are the output of ls command.
The single quotes -> ' however is different. Enclosing characters in single quotes is used for preserving the literal value of each character within the quotes.