Search Results

Search: Posts Made By: danbroz
1,207
Posted By danbroz
Looping all subdierctories in multiple pipes
Hello friends,
I want to run this code on every document in every sub-directory.

tr -d '\n' < MulitpleInput.txt | awk '{gsub(/\. /,".\n");print}' | grep “\[" >> SingleOutput.txt

I tried...
1,743
Posted By danbroz
Inserting lines from one file to a sorted list
Hello friends! I am working a Psychology/Neuro* project where I am sorting inline citations by category. The final step of the process has me a little stuck. I need to take citations from a text...
9,384
Posted By danbroz
Add a newline after every period
I need to add a newline after every period.

Here is some sample text.
The mechanisms for this type of conditioning are probably the same in humans. According to PET scans on young adults, when...
7,668
Posted By danbroz
I'm going to start a new thread with sample text...
I'm going to start a new thread with sample text and simpler request. Thank you for the guidance.
7,668
Posted By danbroz
This seems to not return the complete sentence. ...
This seems to not return the complete sentence.

It would work if I managed the carriage returns of the file by first deleting them then adding new lines
after every “).” The very talented user...
7,668
Posted By danbroz
It is a search pattern. trying downloading the...
It is a search pattern.
trying downloading the file here:
http://dl.dropbox.com/u/4235339/BioPsych10.txt
7,668
Posted By danbroz
Using awk to find sentences.
I am trying to print out sentences that meets a regular expression in awk (I’m open to using other tools, too).

I got the regular expression I want to use, "([^)(]\+ [0-9]\{4\})" from user ripat...
2,902
Posted By danbroz
B5 cuts some sentences short or leaves a lot of...
B5 cuts some sentences short or leaves a lot of garbage.

It was implied that I can get just the sentence and the citation using awk. Digging through the man page and google searches implied that...
2,902
Posted By danbroz
I saw on anther board: "awk '/word1/', will...
I saw on anther board:
"awk '/word1/', will print out the whole sentence, when I need just a word1."

I would love to have that kind of problem. Putting in user ripat's awesome regular expression...
2,902
Posted By danbroz
Is there a way to include the sentence before the...
Is there a way to include the sentence before the citation?
2,902
Posted By danbroz
pdftotext BioPsych10.pdf dl.dropbox. C O M...
pdftotext BioPsych10.pdf
dl.dropbox. C O M /u/4235339/BioPsych10.txt

It won't let me post urls until I do 5 posts. It's a 2.4 MB file. Connect the .com to see it.
2,902
Posted By danbroz
Greping summaries of academic citations
Hello friends,
I'm trying to grep out sentences. The sentences are previous to an academic citations in a pdf. The goal is to get summaries of citable work.

Her is what I tried reading the MAN...
Showing results 1 to 12 of 12

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