Search Results

Search: Posts Made By: ziggy25
6,099
Posted By ziggy25
I set the DISPLAY property and tried the xterm &...
I set the DISPLAY property and tried the xterm & but got the following error


No protocol specified
xterm Xt error: Can't open display: 10.44.10.92:0.0

I am trying to google what the above...
6,099
Posted By ziggy25
Which X Window system is installed on my server that would work with Xming?
I would like to use Xming to connect a server and managed to get it to work. I am now trying to get it to connect to a different server but i am not sure which X Window system is installed. I tried...
12,720
Posted By ziggy25
Oh ok i get it now. Thanks for you help.
Oh ok i get it now. Thanks for you help.
12,720
Posted By ziggy25
Hi thanks for that. It seems to work but i cant...
Hi thanks for that. It seems to work but i cant work out how.
I looked at the manual for ls and it says that -1 "Prints one entry per line of output".

At what point does the sorting occur?
12,720
Posted By ziggy25
Get the newest file in a directory.
I am new to shell scripting so i need some help need how to go about with this problem.

I have a directory which contains files in the following format. The files are in a diretory called...
7,302
Posted By ziggy25
pipe'ing grep output to awk
This script is supposed to find out if tomcat is running or not.


#!/bin/sh
if netstat -a | grep `grep ${1}: /tomcat/bases | awk -F: '{print $3}'` > /dev/null
then
echo Tomcat for $1...
5,512
Posted By ziggy25
Hi thanks guys. Is it possible to do it...
Hi thanks guys.

Is it possible to do it using the find command or any other command that will allow to copy files of a specific size?

I know how to do it using the cp -R option i.e. cp -r /src...
5,512
Posted By ziggy25
How to find and copy files from one directory to another
Ok i have three directories

Destination - /u/dir1 (has subdirectories dir2 which also has subdirectory dir3)

Source1 - /u/test/files/dir1/dir2/dir3
Source2 - /u/out/images/dir1/dir2/dir3

...
Showing results 1 to 8 of 8

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