Search Results

Search: Posts Made By: harry00514
24,923
Posted By harry00514
Meaning of =~ in shell script
Please let me understand the meaning of following line in unix bash scripting .is =~ means not equal to or equal to .

if [[ $INFA_HOME =~ .*9.5.1.* ]]; then


echo -e "pmcmd...
1,995
Posted By harry00514
No Sir ... It's a requirement in one of my...
No Sir ...
It's a requirement in one of my crucial projects where the files are placed in .xlsx format and we need to convert it to .csv so that other process can process .csv files .
1,995
Posted By harry00514
.xlxs to .csv conversion
Hi
Please let me know the command to convert from .xlsx to .csv so that i will implement the same in the assignment of mine .
3,186
Posted By harry00514
Conversion from ansii to UTF 16
iconv -f $(file -bi filename.txt | sed -e 's/.*[ ]charset=//') -t utf16 filename.txt > filename.txt
after using the command I am getting the error saying

" File too large "

How can I...
3,186
Posted By harry00514
Conversion from ansii to UTF 16
Hi

I have a big file which is in ansii . I want to convert it to UTF-16 .Please help me on this as I am stuck at this point in unix .
1,410
Posted By harry00514
Send script with sftp setting the execute on ...
Send script with sftp setting the execute on
Use ssh to run script remotely and generate log file
Can I have a snippet of code so that I will get more clarity on this.It will be kind of you .
...
1,410
Posted By harry00514
Both b.sh and a.sh in local host .But I want to...
Both b.sh and a.sh in local host .But I want to execute it on remote server and get the log file be read from remote server and proceed towards the next remote server execution .


Thanks for...
1,410
Posted By harry00514
HI This is part of my project where I...
HI

This is part of my project where I really got stuck up .Its in Linux system .
So far I have tried with ssh but not able to get how the script will be executed on remote machine and how...
1,410
Posted By harry00514
Help needed on ssh in bash scripting
HI
I have the following requirement

I have a script a.sh which will deploy files in multiple servers .The argument for the a.sh is abc.gz host1.conf
where abc.gz is a zip file and...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 12:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy