Search Results

Search: Posts Made By: yankee428
4,281
Posted By yankee428
Success!!! Thanks so much Radoulov! ...
Success!!! Thanks so much Radoulov!

---------- Post updated at 08:39 PM ---------- Previous update was at 08:36 PM ----------

Thanks, that worked!
4,281
Posted By yankee428
It's a cygwin install, I am opening a new cygwin...
It's a cygwin install, I am opening a new cygwin window
4,281
Posted By yankee428
ps -p$$ returns the following $ ps -p$$ ...
ps -p$$ returns the following

$ ps -p$$
PID PPID PGID WINPID TTY UID STIME COMMAND
3220 1 3220 3220 con 1001 23:53:27 /usr/bin/bash

but echo $SHELL...
4,281
Posted By yankee428
.zshrc not initialized
Hi, I just updated /etc/passwd so that my default shell is zsh. After I save and make a new connection I can echo $SHELL and see /usr/bin/zsh, but my prompt still looks like bash and some env var...
6,384
Posted By yankee428
thanks, that'll work
thanks, that'll work
6,384
Posted By yankee428
Record PID when launching
I would like to record the PID of a process when i lauch it from my script

something like:

#/bin/bash
$abc_pid = /apps/abc/abc.bin -port6700

I know I can run the ps command and grep for...
4,261
Posted By yankee428
what is DAM
I've googled and searched unix.com, but no hits. Can some explain what DAM is? (in english)
1,866
Posted By yankee428
Syncronize Directories
Anyone have a script that will syncronize two local directories so that if a file up dated in Folder A, then Folder B will be updated and vice versa?
5,051
Posted By yankee428
Thanks vgersh99, Looks somewhat like...
Thanks vgersh99,

Looks somewhat like sendkeys (VBA command). I looked up expect. Looks like I'll need to play with it a lot before getting it to work, but undoubtedly a better approach.
...
5,051
Posted By yankee428
Jim, What is a here document? Also,...
Jim,

What is a here document?

Also, that solution does not work, just tosses me back out to my orig host.
5,051
Posted By yankee428
run a application from a remote server via script?
I have a ksh script that does a bunch of things, then runs

telnet server_b

I then manually login, manually run one command (which launches an application with display back to my workstation),...
1,585
Posted By yankee428
Simple TAR question
Unix is great at giving you power were you need it, but what a pain in the rump when you just want to do such a simple thing like file management. I'm going back to Windows, crashing is frustrating,...
11,710
Posted By yankee428
Thanks Rock on!
Thanks Rock on!
10,121
Posted By yankee428
Thanks for the answers guys, it works great! ...
Thanks for the answers guys, it works great!

Sorry Perderabo, didn't realize that was not allowed.
10,121
Posted By yankee428
scroll bars in Exceed X-Session
I am using this as my command line in Hummingbird Exceed XSession:

xterm -ls -geometry 150x60 -display @D -bg white -fg black

The problem is that I need scroll bars. Any ideas on what to add?
10,121
Posted By yankee428
It said Page not found
It said Page not found
11,710
Posted By yankee428
any idea's on this??
any idea's on this??
11,710
Posted By yankee428
Launch File Manger on Solaris
Hi, I know that I can launch File Manger or Text Editor from the icons on the KDE manger. How can I launch those via command prompt? Because I would like to launch from an X-Session.

Thanks,
10,121
Posted By yankee428
scroll bars in Exceed X-windows
I am using this as my command line in Hummingbird Exceed XSession:

xterm -ls -geometry 150x60 -display @D -bg white -fg black

The problem is that I need scroll bars. Any ideas on what to add?
5,740
Posted By yankee428
history -c in my .bashrc
Hi, I come into unix with csh, but i switch to bash . I want to clear my command history for each session, history -c, but for some reason this doesn't work in the .bashrc file. I know that the...
16,502
Posted By yankee428
customize my prompt in bash
in csh I was using:
set prompt=""$HOSTNAME".tk.\!> "

to customize the look of my prompt. I have seen the light after reading the perils of csh scripting and wish to switch to bash. How do I...
3,500
Posted By yankee428
U ROCK! ...thanks again
U ROCK!


...thanks again
3,500
Posted By yankee428
Hello again vgersh99, So, how would i...
Hello again vgersh99,

So, how would i implement this in a script. My input file is called 4 and it looks like this

20161115
20190815
20200215
20200515
20200815
20210215

I want the...
3,500
Posted By yankee428
Rearrange bytes within a txt file
I have a text file with a very long list of dates, one date per line. Each date is in the same format yyyymmdd. I need the dates to be in mmddyyyy format.

This is part of a larger tcsh shell...
5,710
Posted By yankee428
I was having the same problem and ended up using...
I was having the same problem and ended up using the paste command to rearrange:

cut -d , -f 1 some.csv > 1.csv
cut -d , -f 10 some.csv > 10.csv
paste -d ',' 10.csv 1.csv > combined.csv
rm...
Showing results 1 to 25 of 33

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