Search Results

Search: Posts Made By: rob11g
2,688
Posted By rob11g
I tried sed 's/,/\n/g' mylist works great, I...
I tried sed 's/,/\n/g' mylist
works great, I think I will go with this.
thx to all

---------- Post updated at 07:15 PM ---------- Previous update was at 07:14 PM ----------

Sorry I should...
2,688
Posted By rob11g
Getting error: xargs: invalid option -- d ...
Getting error:
xargs: invalid option -- d
Usage: xargs [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]
[-n max-args] [-s max-chars] [-P max-procs] [--null] [--eof[=eof-str]]
...
2,688
Posted By rob11g
Sytax error with this command. ----------...
Sytax error with this command.

---------- Post updated at 07:06 PM ---------- Previous update was at 07:05 PM ----------

tr: too many arguments
Try `tr --help' for more information.
...
2,688
Posted By rob11g
Parsing Problem
Hi all,
I am having problems parsing the following file:

cat mylist
one,two,three
four
five,six

My goal is to get each number on a seperate line.

one
two
three
four
five
six

I...
4
2,584
Posted By rob11g
echo (example)
Let me be more specific, I am using the following:
while read myline1
do
echo "$myline1" >> stub.out
done < ${1}

$1 is a flat file with lines like:

Elapsed time...
4
2,584
Posted By rob11g
echo
Does anyone know of a way that I can use the echo command to create a temporary file, but I need to maintain all leading and trailing blanks. I have a script that read tthe contents of a master file...
3,131
Posted By rob11g
FTP Problem (Intermittent)
I am having problem with ftp not indicating any error, but my customer is complaining that their response file is not present on their machine. This only happens a couple of times a day. Is there a...
3,166
Posted By rob11g
Sticky Bit
I have the sticky bit set on my /tmp directory, but users are still able to remove files that are not owned by them. Does the /etc/group file get invloved in securing these files ??
Showing results 1 to 8 of 8

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