Thanks Chris,
I know only folders which i want to omit. The folder I wan to capture is dynamic and it can change.
So I need a script to omit all folders I know and list down which are not known or can change.
Thanks,
Dev
Hi All,
I have a list of directories like below
Folder Path is
$GLOG_HOME/web/htdocs/js
Folders are
rateservice
ratepreference
ratefactor
dev123
I want to omit all folders and select only dev123 folder,
I have tried
#!/bin/bash
. $HOME/.profile
cd $GLOG_HOME/web/htdocs/js
touch...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.