Search Results

Search: Posts Made By: gowrishankar05
4,914
Posted By gowrishankar05
File transfer from Windows machine to Linux server
Hi guys,

I need to send a txt file from a windows machine to Linux server.

Any help is appreciated....

Thanks...
10,742
Posted By gowrishankar05
Still I get a problem I am using below code,...
Still I get a problem

I am using below code, what ever might be the LAST_TRANSACTION value, code inside the if block is execute.


LAST_TRANSACTION=2
if [[ $LAST_TRANSACTION -ne 1 ||...
10,742
Posted By gowrishankar05
Not equal to in Unix
Guys,

I am trying to do below operation


LAST_TRANSACTION=2
if [[ $LAST_TRANSACTION != 1 || $LAST_TRANSACTION != 2 || $LAST_TRANSACTION != 3 ]]; then
# do something
fi


If the...
1,089
Posted By gowrishankar05
Read character by character
Guys,

Here is the input text file


<7001> 34 789 701 2
<HJS1> ...
1,723
Posted By gowrishankar05
Extract character between specific line numbers
Hi guys,

I have txt file and I would need to extract all the contents between specific line numbers.


Line 1: apple
Line 2: orange
Line 3: mango
Line 4: grapes
Line 5: pine apple


I...
3,203
Posted By gowrishankar05
Thank you !
Thank you !
3,203
Posted By gowrishankar05
Remove char after Colon
Hi guys,

This is my input

2735:<7001> 34 789 701 2
2774:<7001> 34 789 701 ...
1,889
Posted By gowrishankar05
Hi, If you see copy mark 6011 there are few...
Hi,

If you see copy mark 6011 there are few values like 60, 61, 62 and its corresponding values are in copy mark 6012.

So I need to map 60 against 0.61833 and so on...
1,889
Posted By gowrishankar05
Get characters between two words
Guys,

Here is the txt file...


SLIC N0SLU704034789 rŒ° EJ00 ó<NL DMRG>11 100 4B 2
SLIC N0SLU704034789 rΡ TJ10 ...
1,321
Posted By gowrishankar05
Replace with spaces
Hi Guys


file:///C:/DOCUME%7E1/c104058/LOCALS%7E1/Temp/moz-screenshot.pngsed 's/[^A-Za-z0-9]//g' /source/filename.txt > /destination/filename.txt


The above code deletes the characters which...
2,733
Posted By gowrishankar05
Remove space before a character
Hi guys,

I am new to shell scripting and I have a small problem...If someone can solve this..that would be great

I am trying to form a XML by reading a flat file using shell scripting
This is...
Showing results 1 to 11 of 11

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