Search Results

Search: Posts Made By: pludi
1,417
Posted By frappa
Hi, please look at similar post: ...
Hi,

please look at similar post:
https://www.unix.com/shell-programming-scripting/28088-awk-print-fields-multiple-files.html

I think you can do something like:
$ awk ' /AMC/ { print $0 >>...
Forum: Linux 11-18-2011
10,187
Posted By hedkandi
Hi pludi Sorry about that, was kind of...
Hi pludi

Sorry about that, was kind of stressed out yesterday. Now lets see, script I was working on is this :



print "'date +%H:%M' -Performance Monitoring Report" > /dev/console...
2,585
Posted By sbfly
Problem with numbers in exponential format
Hi

I have a shell scribt with some numbers in exponential format, for example, "1.23456789E +01" Now I would like to bring these numbers into a format without the E. Can someone help me
...
Forum: What is on Your Mind? 09-26-2011
7,396
Posted By fpmurphy
This issue has been publicly known about in the...
This issue has been publicly known about in the Linux world since at least May 2011. In fact Jake Edge wrote a long article about it in the June 15th issue of LWN (http://lwn.net/Articles/446835/)....
1,784
Posted By itkamaraj
Google Search Results for startup script solaris...
Google Search Results for startup script solaris | The UNIX and Linux Forums...
1,253
Posted By Shell_Life
Please do not double post: ...
Please do not double post:
https://www.unix.com/shell-programming-scripting/165064-script-sometimes-creates-empty-file.html

Wait for the members to respond to your post.
15,270
Posted By cero
@pludi: controlling SQL*Plus commands like spool...
@pludi: controlling SQL*Plus commands like spool with PL/SQL is hard, but SQL*Plus can be tricked to act conditional.

column spool_destination noprint new_value spooldestination
SELECT...
11,823
Posted By dude2cool
Here you go. find /tmp -type f -perm 777 -exec...
Here you go.
find /tmp -type f -perm 777 -exec ls -al {} \;|while read a b c d e f g h
do
filepath=`echo $h|awk '{print $2}'`
filename=`echo $filepath|awk -F "/" '{print $NF}'`
echo...
1,198
Posted By yazu
Several people took their time to answer you...
Several people took their time to answer you question in https://www.unix.com/shell-programming-scripting/163015-sort-file-refine-data-column-row-format.html.

You don't say "thank you" them nor...
Forum: What is on Your Mind? 07-30-2011
1,854
Posted By vakharia Mahesh
SYS ADM APPRECIATION-MODERATORS TOO
Hi ,

Totally forgot and on visiting site I came to know this .More than that
the MODERATORS of this site Can not be over looked , they too take great care for SMOOTH and EFFICIENT running of...
Forum: Red Hat 06-22-2011
18,939
Posted By bakunin
In short: you can't. Long version: The...
In short: you can't.

Long version: The different sd<x> devices represent different views on the same disk over different paths (hence *multi*-path). Usually you don't use these (because every one...
678
Posted By itkamaraj
Mr. Pandey Duplicate Post . Continue here ...
Mr. Pandey

Duplicate Post . Continue here

https://www.unix.com/unix-dummies-questions-answers/161850-shell-scripting.html#post302532148

we are here to help you. Not to write the entire...
5,971
Posted By cambridge
How to write a UNIX man page
I realise that with GNU 'info' a lot of developers become, dare I say it, quite lazy when it comes to providing a well written man page - and some argue they're not needed at all. But I find, in the...
1,943
Posted By gamendorf
Moving files from several directories into parent
I am fairly new to bash(but am proficient in C++), and have only completed a few simple scripts. This is my first script that I actually need to do a serious task.

All of my audiobooks are...
Forum: What is on Your Mind? 05-27-2011
1,336
Posted By U_C_Dispatj
Just wanted to say thanks!!!
Greetings all!!

Have only recently signed up to this forum and I must say I am thoroughly impressed! :D

Everyone has been nothing but amazingly helpful and I haven't been made to feel like...
961
Posted By lramsb4u
slow printing and not able to send email
Hi all,
there is a server taking too long to print compared to other servers.
ping to printserver takes longer time than other servers. Any setting needs to be changed ?

and also not able to...
1,496
Posted By shreeprabha
using bash...... #!/bin/gawk -f BEGIN {...
using bash......

#!/bin/gawk -f

BEGIN { FS = "\""
}

tolower($0) ~ /href | src/ {

for ( i=1; i<=NF; i++ ) {

if ( tolower($i) ~ /href/ ) {
if ( tolower($i) ~ /com$/ )
...
Forum: What is on Your Mind? 05-07-2011
5,345
Posted By Scott
xeoxxpVUQgs adHzUaCk8cU (WARNING:...
xeoxxpVUQgs

adHzUaCk8cU

(WARNING: contains flash photography (well, flashy lights) near the end)
vlcTDNaerQU

tkJNyQfAprY

_ehMGVB21Dw

_exwOYpywbs
Forum: What is on Your Mind? 05-04-2011
3,453
Posted By Neo
Done 1002 from 1002
Done

1002

from

1002
3,571
Posted By DGPickett
Well, the shell is a tool that opens files of...
Well, the shell is a tool that opens files of various sorts and runs executables. The shell can fork() to create clones processes of itself to run subshells or execvp() programs or scripts. For the...
Forum: Red Hat 04-21-2011
23,388
Posted By sef alislam
rpmdb open failed
Hi,

[root@localhost]# yum --skip-broken -y update
rpmdb: Thread/process 6657/3078387392 failed: Thread died in Berkeley DB library
error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY:...
3,302
Posted By methyl
Microsoft Powerpoint 2003 stops working after 12 April 2011 Microsoft Updates
For the benefit of the community this is a widespread worldwide problem affecting multiple versions of Microsoft Windows.
Powerpoint erroneously reports Powerpoint presentation damaged and then...
Forum: What is on Your Mind? 02-17-2011
1,671
Posted By atechcorp
Thank you Unix.com
Hello!

I am posting this thread to thank all the users and participants of Unix.com.

I just registered a couple of days ago. Being kinda new to shell scripting, i was looking for support at...
1,115
Posted By rdcwayx
It depands on. Both are useful tools to help you....
It depands on. Both are useful tools to help you. If one is more suitable for yourself, it is better.

Google Trends: perl, shell (http://www.google.com/trends?q=perl,+shell)
1,259
Posted By durden_tyler
"Dear" OP, It's unethical to ask for...
"Dear" OP,

It's unethical to ask for ready-to-go solutions in a forum of volunteers. You will have to learn to put in some effort in doing your homework before asking for help.

Since we are...
Showing results 1 to 25 of 32

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