Hello, I’m stuck on this issue where i need to compare Decimal number’s in unix shell script. Example: Want to compare file versions version of “File1” is 11.5.69 version of “File2” is 11.5.70 Now File2 is a newer version , and now ...
Computing.NET Answers Forum Latest Questions
Example: I have a string abc_def_ghg_hij, i need to get each substring upto character “_” in variables. Like var1=abc var2=def var3=ghg Can anyone help me with this?
Hi, I am below cut command: cat test.txt | cut -c 1-320 > test_final.txt This will cut till 320 width of each line. But i am not able to cut, if a line include an special characters(such as Ü,ç,ò,etc). Please Help on this Thanks Umar
Use the cut & paste commands to swap fields 2 and 3 my table. Call it mytable(same name) & print the new file, my table IN SHELL?
I have a string like a/b/c/d/e/f/god how do i strip off last word “god” so the o/p is a/b/c/d/e/f -Nimika
i have a script where i would like to bcc a distribution list group, and have another group in the TO area and i want to CC myself. what syntax do i use keep in mind its all in one script. ...
Hi, So for my source file name static. consider.. filename is “IDM_CON_DATA.DAT” so it was easy to pick up the file from ftp server by – mget IDM_CON_DATA.DAT.. Now my source file changed to dynamic.. like “IDM_CON_DATA_YYYYMMDD.DAT” Its a weekly process.. so file ...
Hi, I am new to this forum and hope to get my answer. My Requirement : 1. I want to write a UNIX shell script which will fetch the data from the database (for fetching the data I have sql script written) 2. And ...
clear screen in ftp mode on dos
hi, need your advice here. i’m still new to this. i have a pipe delimited text file and want to convert to csv. the problem is whenever the data got comma (,) it will convert to next field. example: txt file i ...