Search Results

Search: Posts Made By: Stud33
1,928
Posted By Stud33
Cant figure out this..
Hi, I need a little help here. I am exporting user info from a PSQL database and everything is working with the exception of this:
...
1,294
Posted By Stud33
It worked perfect. Thanks Porter
It worked perfect.

Thanks Porter
1,294
Posted By Stud33
Need some help here!!
Hello, I am trying to get this script to run.

#!bin/sh

if [ /home/student/998/81/29 ]; then cd /home/student/998/81/29 mkdir 9988129 fi

The problem I am encountering is when I keep it all...
3,545
Posted By Stud33
Moving specific files
Hello, I am trying to move specific files to a specific folder. I have a virus script that runs and quarantines the files by changing the ownership to -r--------. This has worked fine but I am...
7,295
Posted By Stud33
Let me check out the script.. I had a similiar...
Let me check out the script.. I had a similiar problem awhile back that I fixed.
9,852
Posted By Stud33
That worked great. I just want to thank everyone...
That worked great. I just want to thank everyone who helped out on this.


Thank You.
9,852
Posted By Stud33
I am having a hard time installing ksh93 on my...
I am having a hard time installing ksh93 on my FreeBSD server. Im sure this will work if I ever get it installed (the make install is not working). Thank You for your help, I really do appreciate it.
9,852
Posted By Stud33
When I echo $0 it displays: -zsh
When I echo $0 it displays:
-zsh
9,852
Posted By Stud33
Okay, So it would go something like this? I am...
Okay, So it would go something like this? I am sorry if I seem novice at this. I am learning a lot here at this forum and appreciate all your guys help..

#!/bin/ksh

cd /
echo $0
ls -1...
9,852
Posted By Stud33
Hi, I changed it ksh and I am still getting the...
Hi, I changed it ksh and I am still getting the error. This is what I have for the script..

#!/bin/ksh

cd /
ls -1 /home/staff/ | \
while read directory ; do
if [[ -d...
9,852
Posted By Stud33
Sorry to bother you again but when I run it now I...
Sorry to bother you again but when I run it now I get this.

[[: not found
[[: not found
[[: not found
[[: not found
[[: not found


Thank You..
9,852
Posted By Stud33
Thank You..
Thank You..
9,852
Posted By Stud33
When I run this it gives me this error: ...
When I run this it gives me this error:

test.sh: line 12: syntax error near unexpected token `done'
test.sh: line 12: `done'
9,852
Posted By Stud33
Create Folder in Multiple Directories
Hi, I am trying to figure out how to have a folder created in multiple directories. For example /home is where we have over 1500 staff members directories, the staff members name is the name of...
2,498
Posted By Stud33
What I am trying to do is compare the first two...
What I am trying to do is compare the first two octets from the current ip to that of the ip that is in a .txt file on the server.. I am getting it to see the current ip address with $IPADDRESS i...
2,498
Posted By Stud33
Need some help here
Hi, I will try to brief as I know some of you will probably see what im trying to do..

What I am trying to do is have the IP address of the machine compare its IP to the IP that is on the server....
Showing results 1 to 16 of 16

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