Search Results

Search: Posts Made By: priyagchaudhary
Forum: What is on Your Mind? 03-04-2020
8,501
Posted By nezabudka
Ok @Neo I'll try to collect telegram-cli from...
Ok @Neo
I'll try to collect telegram-cli from source https://github.com/vysheng/tg
2,695
Posted By teefa14
What I've used but not working fine cat...
What I've used but not working fine


cat source | awk 'BEGIN {line=""} {if( $0 ~ /<\/alarmsend>/ ){line=line""$0;print line ;line =""} else {line=line""$0"@@"}}' | grep <type>5</type>| sed -e...
2,695
Posted By teefa14
Changing array of data by sed
Hi all,
Hope you are fine all

I want to change a certain field in specific array for example I got a file like below:

<alarmsend>yes</alarmsend>
<server>Hajk</server>
<type>5</type>...
3,427
Posted By vbe
To all Please pay attention to what is...
To all
Please pay attention to what is displayed at the top of this discussion: We are awaiting a reply from the O/P any solution posted till then will be hidden

Thanks for your understanding
3,427
Posted By vgersh99
it could helpful if you provided a sample...
it could helpful if you provided a sample (simple) file and the description what column(s) need to be extracted.
Also having a sample input AND a desired output would be helpful as well.

Please...
3,427
Posted By ValaiG
awk field separator not working
Hi, can some some help to get me the right results,

I have few text files, need to grep few columns from each file and get the results in one row with comma separated.
my code is
...
8,048
Posted By arghvark
Hmmm. When I enter find -name "rog*.*" 2&>1 |...
Hmmm. When I enter find -name "rog*.*" 2&>1 | grep -v denied from the root directory, it responds with bash: 1: Permission denied. Is there some reason I would need write permissions on root to...
8,048
Posted By arghvark
How do I redirect output from "find", either to a file or another command?
I'm trying to find out what happened to the rogue game that apt-get told me it installed, so I thought I would find the file. I went to the root and entered:

find -name "rog*.*"


I get a large...
14,225
Posted By Hope
Thanks for the comments
Thank you for your feedback,

Sorry for choosing a confusing variable "Export". I have changed it to Download_job.
The first table is exported to the first file as needed and unfortunately, there...
14,225
Posted By Hope
Export Oracle multiple tables to multiple csv files using UNIX shell scripting
Hello All,
just wanted to export multiple tables from oracle sql using unix shell script to csv file and the below code is exporting only the first table.
Can you please suggest why? or any...
Showing results 1 to 10 of 10

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