Sponsored Content
Full Discussion: Unable to run Sed in AIX
Top Forums UNIX for Dummies Questions & Answers Unable to run Sed in AIX Post 302616291 by Corona688 on Friday 30th of March 2012 08:23:09 PM
Old 03-30-2012
What precisely is it doing or not doing, that it's supposed to do, or not do? If the computer can't figure out what you want from the malfunctioning code, neither can we unfortunately. You'll have to say it.

Show the input you have, and the output that you want. I suspect there's more efficient ways to do this.
This User Gave Thanks to Corona688 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

exec unable to run via cronjob

Hi , I write a script like this\ and put it under / (root) : ref=88 df -k | grep /cbmdata/00/gdd | tr -d '%' | \ while read a b c d e other do if (( $e >= $ref )) then line=`find /cbmdata/00/gdd -name "LOGS*" |sort -nr |tail -1` # echo $line rm -f $line fi done ... (11 Replies)
Discussion started by: xramm
11 Replies

2. Shell Programming and Scripting

unable to run a script

thi is (10 Replies)
Discussion started by: angelina
10 Replies

3. Solaris

Unable to run xclock

Hello. I am trying to run xclock on newly built solaris box - These are the steps I followed: # DISPLAY=localhost:0.0 # export DISPLAY # xclock xclock: not found # cd /usr/openwin/bin # ./xclock Error: Can't open display: localhost:0.0 # Please suggest, what am i doing wrong? Thank... (27 Replies)
Discussion started by: panchpan
27 Replies

4. AIX

unable to run at job

Hi All, I m not able to run at job with normal user on AIX system os version is 5300-05-06. I am able to run at job only with root user. When I try to run at job with any other user I am getting error: at: you are not authorized to use at. Sorry. I checked at.deny file, it is... (4 Replies)
Discussion started by: pkatkade
4 Replies

5. AIX

Unable to run a simple threaded program on AIX

Hi, I am unable to run a simple C++ threaded program on the AIX 5.3 platform. It says exec(): 0509-036 Cannot load program ./sendClient because of the following errors: rtld: 0712-001 Symbol __pthread was referenced from module sendClient(), but a runtime definition of the... (6 Replies)
Discussion started by: asutoshch
6 Replies

6. HP-UX

Unable to run some commands in HP-UX

Hi All, I want to get %cpu and %memory utilization for a given process id in HP-UX so am using the following commands 1)TOP -p <PID> am getting error message like Quitting top: pset 26323 doesn't exist,but when am using only TOP command without any options its working fine. 2)ps -e -o pcpu... (5 Replies)
Discussion started by: Ramya_Nm
5 Replies

7. Shell Programming and Scripting

Unable to run function

Hi, I have a separate file with a ksh function in it. When I try to run it, I get an error about permissions: user@~/scripts/functions$ ksh f_fill_testfunc ksh: f_fill_testfunc: cannot open user@~/scripts/functions$ ls -l batch_functions/f_fill_testfunc -rwxr-xr-x 1 user user 1105 Aug... (18 Replies)
Discussion started by: Subbeh
18 Replies

8. Shell Programming and Scripting

Unable to run command after ssh

Hello, I am trying to create a ksh script to login to server and collect gather output of some command to troubleshoot some issue. DATE=`date +%b.%d.%Y.%M.%H` echo " Enter emp id to login to server" read Eid Eid=$Eid echo " Enter hostname of the system" read HOST HOST=$HOST... (2 Replies)
Discussion started by: saurabh84g
2 Replies

9. UNIX for Dummies Questions & Answers

Unable to run awk command

hello Don Cragun sir, i am not able to run this command awk 'NR==FNR{if($0~/^>/){i=substr($0,2);getline};a=a $0;next}{print ">" $1 ORS substr(a, $2, $3-$2+1)}' file1 FS=\\t file2 i searched do text you on twitter, facebook but i get no reply from over there so i post here. ---------- Post... (2 Replies)
Discussion started by: harpreetmanku04
2 Replies

10. Red Hat

Unable to run crash utility

Hi I have a system running cat etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo), and I am trying to check why is crashing a lot of times. I have checked the following files, but with no sucessfull results: ls -lrt *.log -rw-r--r--. 1 root root 29925 Dec 23 2015... (1 Reply)
Discussion started by: fretagi
1 Replies
KCEMU(1x)																 KCEMU(1x)

NAME
kcemu - The KC 85/4 Emulator SYNOPSIS
kcemu [-123478sthdlvLW] DESCRIPTION
This manual page documents briefly the kcemu command. This manual page was written for the Debian GNU/Linux distribution because the orig- inal program does not have a manual page. kcemu emulates various versions of the KC85 homecomputer series which was quite popular in the former east germany. It already runs quite some original programs and even boots an special old CP/M version. OPTIONS
-1 Emulate Z9001 / KC 85/1 computer. -2 Emulate HC-900 / KC 85/2 computer. -3 Emulate KC 85/3 computer. -4 Emulate KC 85/4 computer. -7 Emulate KC 87 computer (KC 85/1 with color expansion). -8 Emulate LC 80 computer. -s --scale Scale display (only values 1 and 2 allowed). -t --tape Attach tape on startup. -h --help Show summary of options. -d --datadir Set data directory (for ROM images). -l --localedir Set locale directory. -v --version Show KCemu version and configuration. -L --license Show license. -W --warranty Show warranty. AUTHOR
This manual page was written by Torsten Paul <Torsten.Paul@gmx.de>, for the Debian GNU/Linux system (but may be used by others). KCEMU(1x)
All times are GMT -4. The time now is 04:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy