Search Results

Search: Posts Made By: etownbetty
6,098
Posted By etownbetty
Extract third field of third line
Hi, how do I extract the third field of the first line?

I know how to get the first line or the third field of a file, but I can't get the single entry.

awk 'NR==1' file.txt

awk '{print $3}'...
19,438
Posted By etownbetty
Thank you!!
Thank you!!
19,438
Posted By etownbetty
Cut file using regular expressions
I have a file with approximately 262,000 fields and I want to split it according to pairs of fields. The fields have headers and I want to create smaller files with just the columns between the...
29,169
Posted By etownbetty
scripting Ctrl-D in a shell
Hi, I want to use the "at" command in a loop to start different processes every hour or so, but I don't know how to script a Ctrl-D so I can escape from the "at" after the last command I want to run...
1,401
Posted By etownbetty
Thanks Jim, I think I knew about the restricted...
Thanks Jim,
I think I knew about the restricted access reasoning, but when I install to /var or /tmp/var how do I access the executables?

I just get an error that says
-bash: merlin: command not...
1,401
Posted By etownbetty
Installation with no /usr access
I want to install a software program on a computer cluster that I have remote access to. I don't have /usr access on the cluster. I am allowed to put software on the cluster, apparently not on /usr...
11,824
Posted By etownbetty
I have 23 files that have larger names than...
I have 23 files that have larger names than "file.txt".
I don't want to have to write them all out, and I want to learn for next time.
I want to use a loop.

I would just use paste *.txt or...
11,824
Posted By etownbetty
Trouble pasting multiple files together!!
Hi, I would like to paste multiple files together into one large file.
I have 23 of them and I would like to link them on a common variable without writing all the file names out (like in a simple...
Showing results 1 to 8 of 8

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