Search Results

Search: Posts Made By: dbiggied
6,423
Posted By dbiggied
That's good to know. As for upgrading, I...
That's good to know.

As for upgrading, I work for a major corporation with dozens of Unix servers all over the country all run by different people, different expense codes, different versions of...
6,423
Posted By dbiggied
The mv command doesn't work either...no error or...
The mv command doesn't work either...no error or warning...simply does nothing.

I modified my script to copy and name change the file to a local working folder, then sftp and that works...just...
6,423
Posted By dbiggied
SFTP batch not renaming file with "put"
I have a .ksh script that creates an sftp batch file and runs it through sftp. It works except for one thing. If I try to "put" to a different name, it doesn't use the specified remote name...it...
1,601
Posted By dbiggied
That was exactly it...one of my two files had the...
That was exactly it...one of my two files had the ^M characters...I removed them and it works perfectly. Sometimes it's the simple things that go overlooked!
1,601
Posted By dbiggied
Weird problem with join command
I have a weird issue going on with the join command...
I have two files I am trying to join...here is a line from each file with the important parts marked in red:

file1:...
6,458
Posted By dbiggied
That is exactly what I needed! Thanks! I am so...
That is exactly what I needed! Thanks! I am so new to awk that I never would have been able to figure this out.

edit by bakunin: good! I changed the threads title to "Solved".
6,458
Posted By dbiggied
How would I modify this to place both the name of...
How would I modify this to place both the name of the file and the matched line on the same line in the output? perhaps separated by a colon or something?






My system does not have the -m...
6,458
Posted By dbiggied
That works perfectly! Is there a way to make it...
That works perfectly! Is there a way to make it display the file name as well as the first matched line?
6,458
Posted By dbiggied
[Solved] Grep multiple files and display first match
I have a need to grep a large number of files, but only display the first result from each file. I have tried to use grep, but am not limited to it. I can use perl and awk as well. Please help!
3,220
Posted By dbiggied
~>uname -a SunOS crdap400 5.10...
~>uname -a
SunOS crdap400 5.10 Generic_147440-09 sun4u sparc SUNW,Sun-Fire-15000


and I don't have Samba, and probably wouldn't be allowed to install it...this is one of those "assigned by...
3,220
Posted By dbiggied
I get: nfs mount: insufficient privileges ...
I get:

nfs mount: insufficient privileges


I also don't have the -t option in my version of mount.

Unfortunately, I don't administer either of these servers and as a single gear in the...
3,220
Posted By dbiggied
ksh script to get files from Windows
I have googled and searched and can't come up with anything that works for me, so I'll ask the experts on here...

I have a ksh script on UNIX, and a file on a Windows network drive. I need the...
2,267
Posted By dbiggied
Sorry for the late replies...I've been trying to...
Sorry for the late replies...I've been trying to figure this out as much as possible myself and I'm just plain stuck...


This gives me
awk: syntax error near line 1
awk: bailing out near line...
8,307
Posted By dbiggied
This is EXACTLY what I wanted...You are an...
This is EXACTLY what I wanted...You are an absolute saint!
8,307
Posted By dbiggied
Will try the link you posted, bipinajith. Was...
Will try the link you posted, bipinajith. Was hoping for an awk or perl one-liner, but sometimes we just don't get what we want, right? :D


As for the other two replies, as stated in the...
8,307
Posted By dbiggied
Get day from date variable
Ok...this is really bumming me out because it seems like it should be simple, but for some reason, I just can't get it...I've also googled and searched these forums, and haven't found exactly what...
2,267
Posted By dbiggied
Need to delete all lines where any line meets a condition
Here is an example of a file...

foo1,good
foo1,good
foo2,error
foo2,good

Note that both rows for foo1 have good in the 2nd field, but one of the foo2 rows has error...

I need something...
Showing results 1 to 17 of 17

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