In addition to what we see here, I have had 2 private messages in the last 2 hours begging me to delete data from the thread listed here. There probably is some company private data here, but stripping everything out the way he did it in message #5 in the thread How to do this in shell script? will make these threads unreadable. Except for the thread noted above, all of these threads are closed (either due to age or because he consistently started multiple threads for a single problem).
There is a lot of data here that has been duplicated several times and appears not only in Palak Sharma's posts but in posts from lots of people who tried to help.
I am considering send a reply to the latest private message that says:
Quote:
Originally Posted by Palak Sharma
sir please delete that part from the post. Please help me.
Please i beg you
Instead of asking the forum moderators to spend hours constructing sample data that will make sense to people who want to read these threads to learn how to write code, please provide us with an explicit list of changes to make to each post in each thread you identified in your post to the moderators such that the private data you posted can be replaced by sanitized data.
For example, use data like:
which gives sample data that contains nothing private.
Use this data to construct sample input files and sample output files that correspond to the data you want changed, but still gives people reading the thread data that they can feed into the code that has been provided and will match the sample replacement text you provide.
Removing everything (like you did in message #5 in the thread How to do this in shell script?) is not appropriate because anyone trying to figure out what the thread was discussing, and showing the hours and hours of work done for you by the volunteers in these forums would be totally confused.
Hi,
Suppose I have a command:$ cmd1 | cmd2I need to send a message from cmd2 to cmd1 when I receive some a certain message from cmd1. How to do this?
I think that I have to know cmd1's PID and then in cmd2 send a message to this PID. How? (24 Replies)
Dear Community;
I am posting this after looking at several solutions that were not fully relevant to the issue that I am facing.
I have a large xml file, 100k+ lines which have patterns like below:
<OfferDefinition Id="11">
<Type>Account</Type>
... (3 Replies)
Discussion started by: mystition
3 Replies
3. Post Here to Contact Site Administrators and Moderators
Hi Sir ,
Please remove the following code from the post
https://www.unix.com/unix-for-advanced-and-expert-users/210081-ftp-issue.html
thanks
Prabhu (7 Replies)
Discussion started by: ptappeta
7 Replies
5. Post Here to Contact Site Administrators and Moderators
HI Sir ,
please remove the sensitive data from the post
https://www.unix.com/unix-for-advanced-and-expert-users/200219-ssh-issue.html
please blank the following terms
/home/infafi/Informatica/PowerCenter8.1.1/server/bin
iminfu01uat
... (4 Replies)
Discussion started by: ptappeta
4 Replies
6. Post Here to Contact Site Administrators and Moderators
Hello,
Can you please delete or modify a post that contains sensitive data. I can't post full links, here's the end of the link: shell-programming-and-scripting/94965-help-shell-scripting-modify-user-creation-script-oracle-database.html
It's got a lot of data that should never be posted on... (2 Replies)
Gents,
Kindly help me.
I have a file with empty values in selected column, I will like to fill the empty values with the previous value.
Example
Input file
X 4959 30010 66727.00 20457.001 1 1441 66512.00 20234.00 20520.001
X 4959 30010 66727.00 20457.001 145 ... (7 Replies)
I want to remove commands having no output. In below text file.
bash-3.2$ cat abc_do_it.txt
grpg10so>show trunk group all status
grpg11so>show trunk group all status
grpg12so>show trunk group all status
GCPKNYAIGT73IMO 1440 1345 0 0 94 0 0 INSERVICE 93% 0%... (4 Replies)
Hi All,
On HP Unix, 11.23 can following be checked ,
Processes which were consuming more
1)CPU
2)Memory
3)page faults
For particular Time Frame say Yesterday 7 Am to 7.30 Am
and , Yesterday Evening 19.00 Pm to 19.30 Pm
Please specify how.
whether we need to enable, some... (6 Replies)
I have on file abc.txt
abc.txt:
20090807
Now I want to delete empty lines which has tap/whit spaces from abc.txt .and store the date value in the file into variable.some processs will update the this file with some date . if the process updtes thiis file with empty string , write the... (3 Replies)