Search Results

Search: Posts Made By: mnassiri
78,739
Posted By Deimos
try: sed 's/\(\.1\.p2ps: Info:\|<END>\)//g' ...
try:
sed 's/\(\.1\.p2ps: Info:\|<END>\)//g'
LMK how it works out
Forum: Solaris 08-12-2013
1,520
Posted By hicksd8
ALOM is designed to be used remotely, however, it...
ALOM is designed to be used remotely, however, it needs to be configured first. There are "SER MGT" and "NET MGT" ports. The SER is a serial interface (RS232) but don't be confused by the fact that...
Forum: Solaris 07-10-2013
5,479
Posted By jlliagre
pwdx is definitely a standard Solaris command and...
pwdx is definitely a standard Solaris command and shows the current directory of a process. This is enough to answer your question given the relative PATH used to run your command.

The solution I...
2,410
Posted By Chubler_XL
How about this, using awk: awk '$1=="MN"'...
How about this, using awk:

awk '$1=="MN"' ORS="\n\n" RS= infile
3,507
Posted By itkamaraj
$ echo "test@test.com" | perl -pe...
$ echo "test@test.com" | perl -pe 's/test\@test.com/abc\@abc.com/'
abc@abc.com
Forum: Linux 02-28-2012
12,434
Posted By fpmurphy
It may or may not create a coredump. Check...
It may or may not create a coredump. Check output of ulimit -c. See core manpage for more information.
Forum: Linux 02-28-2012
12,434
Posted By Corona688
$ man kill KILL(1) ...
$ man kill

KILL(1) Linux User's Manual KILL(1)



NAME
kill - send a signal to a process

...

0 0 n/a exit code...
Forum: Linux 02-28-2012
12,434
Posted By Corona688
Heapdump is a java thing.
Heapdump is a java thing.
1,040
Posted By Shell_Life
You have one extra '$' - try this: echo...
You have one extra '$' - try this:
echo "\n[${0}] this is a test."

It will display one blank line (\n) then display the script name '${0}'.

The '[' and ']' are for decorating purposes.
1,463
Posted By Corona688
sort -t ',' -k 2 < infile > outfile
sort -t ',' -k 2 < infile > outfile
891
Posted By mirni
awk '/name/{n=$2}/total/{print "Name: " n "...
awk '/name/{n=$2}/total/{print "Name: " n " Total: "$2}' input

should work
2,274
Posted By ctsgnb
# awk '/ALPHANUMERIC/&&$(NF-2)>27&&$(NF-2)<256'...
# awk '/ALPHANUMERIC/&&$(NF-2)>27&&$(NF-2)<256' infile

NF| is the total number of fields of the line that is currently scanned (by default, awk will consider every succession of one or more blank...
5,787
Posted By vgersh99
grep 'ALPHANUMERIC *16 ' testhad you used code...
grep 'ALPHANUMERIC *16 ' testhad you used code tags, it would have been solved on the first try.
5,787
Posted By yinyuemi
echo "DSPLY_NAME "DISPLAY NAME" 3 NULL...
echo "DSPLY_NAME "DISPLAY NAME" 3 NULL ALPHANUMERIC 16 RMTES_STRING 16
> YTM_HIFLAG "YTM HIGH FLAG" 160 NULL ALPHANUMERIC 1 RMTES_STRING 1
> YTM_LOFLAG "YTM LOW FLAG" 161 NULL ALPHANUMERIC 1...
Showing results 1 to 14 of 14

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