Sponsored Content
Top Forums Shell Programming and Scripting how can make if [ $f1 -nt $f2 ] works in solaries Post 302186394 by taran on Thursday 17th of April 2008 05:46:18 AM
Old 04-17-2008
hi

use ksh or bash

#!/usr/bin/bash or #!/usr/bin/ksh in your script
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP from Solaries to somewhere in Network Drive

Hello to Unix Guru I need to move a ASCII file that is created from oracle into Unix box. I need to move this particular file to somewhere on network drive which is physically hosted on different machine. Can any one suggest what would be best approach to move the file? Any shell script... (1 Reply)
Discussion started by: u263066
1 Replies

2. Solaris

upgrading from solaries 9 to 10

Hi, I am running soalries 9 on sparc machine and would like to upgrade it to solaries 10, I have downloaded and burned the ISO file on the CD. How do I upgrade it now? Is there any guide or anything available? Thanks in advance. (1 Reply)
Discussion started by: mokkan
1 Replies

3. Solaris

solaries on intel ?

Hi, Can we install solaries in regular intel pc? Or we should use sun machine? Please let me know. (3 Replies)
Discussion started by: mokkan
3 Replies

4. Solaris

my sound card doesn't work under solaries 10

i'm new with solaries and i have laptop hp pavilion ze4938ea and the sound doesn't work with it what can i do ? (1 Reply)
Discussion started by: ramy_feteha
1 Replies

5. Shell Programming and Scripting

how to make ksh to work on solaries

i have a script i which i am using #!/bin/ksh todate=$(date +%m%d%y) dir="$dir/port${todate}" the above one works in linux ...ut not working in solaries could some one please help me in that (13 Replies)
Discussion started by: mail2sant
13 Replies

6. Solaris

C++ Core dump in Solaries

Hello All, I need to basically capture any core dump of C++ binary which is running in a perl script on SUN Solaris OS. I dont kno much in C++. Can you please suggest me a C++ binary that core dumps when i run which i can use to capture in my Perl script. Thanks, Sateesh (3 Replies)
Discussion started by: kotasateesh
3 Replies

7. Solaris

Re:Enabling ftp,ssh in solaries 8

Hi all , can any one tell me how to enable ftp/ssh services in solarie 8 machine. if this services cannot be enabled on solarie 8 machine can you kindly suggest any other alternative. Thanks venky (1 Reply)
Discussion started by: venky_vemuri
1 Replies

8. Solaris

Location of bash_profile in solaries zone??

Hi All I am very new to solaris and i want to know what is the purpose of bash_profile file Where this file is located? Actually I want to set EDITOR variable to the file so can pls tell me hw can i do it........ one more thing what is bashrc used for is there any relation b/w bashrc and... (2 Replies)
Discussion started by: vijaysachin
2 Replies

9. UNIX for Dummies Questions & Answers

Remote Unix printing to my WinXP works with no router. How can I make it work through my router?

I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies

10. Solaris

Memory allocation failure for pkgadd in solaries.

On installing a package in one of the solaries VM, i am getting the below error, pkgadd: ERROR: memory allocation failure, errno=0 Installation of <CSCObac> failed. We also collect some stat in the troubleshooting process but could not figure out why. SNTDCAUJD04FD2# df -h Filesystem size... (1 Reply)
Discussion started by: Kiran Reddy D
1 Replies
ptree(1)																  ptree(1)

NAME
ptree - print process trees SYNOPSIS
/usr/bin/ptree [-a] [-c] [-z zone] [pid | user] ... ptree prints the process trees containing the specified pids or users, with child processes indented from their respective parent pro- cesses. An argument of all digits is taken to be a process-id, otherwise it is assumed to be a user login name. The default is all pro- cesses. The following options are supported: -a All. Print all processes, including children of process 0. -c Contracts. Print process contract memberships in addition to parent-child relationships. See process(4). This option implies the -a option. -z zone Zones. Print only processes in the specified zone. Each zone ID can be specified as either a zone name or a numerical zone ID. This option is only useful when executed in the global zone. The following operands are supported: pid Process-id or a list of process-ids. ptree also accepts /proc/nnn as a process-id, so the shell expansion /proc/* can be used to specify all processes in the system. user Username or list of usernames. Processes whose effective user IDs match those given are displayed. Example 1: Using ptree The following example prints the process tree (including children of process 0) for processes which match the command name ssh: $ ptree -a `pgrep ssh` 1 /sbin/init 100909 /usr/lib/ssh/sshd 569150 /usr/lib/ssh/sshd 569157 /usr/lib/ssh/sshd 569159 -ksh 569171 bash 569173 /bin/ksh 569193 bash The following exit values are returned: 0 Successful operation. non-zero An error has occurred. /proc/* process files See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWesu | +-----------------------------+-----------------------------+ |Interface Stability |See below. | +-----------------------------+-----------------------------+ The human readable output is Unstable. The options are Evolving. gcore(1), ldd(1), pargs(1), pgrep(1), pkill(1), plimit(1), pmap(1), preap(1), proc(1), ps(1), ppgsz(1), pwd(1), rlogin(1), time(1), truss(1), wait(1), fcntl(2), fstat(2), setuid(2), dlopen(3C), signal.h(3HEAD), core(4), proc(4), process(4), attributes(5), zones(5) 11 Oct 2005 ptree(1)
All times are GMT -4. The time now is 07:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy