Search Results

Search: Posts Made By: harmonwood
2,992
Posted By harmonwood
Awesome, that's exactly what I needed : ) ...
Awesome, that's exactly what I needed : )

Thank you
2,992
Posted By harmonwood
Finding files with names that have a real number greater then difined.
I am trying to find all files in a directory whose name has a real number larger then the number I am looking for.

For example:

.
|-- delta.1.5.sql
|-- delta.2.1.sql
|-- delta.2.2.sql
|--...
1,656
Posted By harmonwood
try using `tail -f`
try using `tail -f`
4,364
Posted By harmonwood
There are several way's of doing this. Many of...
There are several way's of doing this. Many of them depend on what OS you are using. However the most universal and easiest way I can think of is to setup a "jail shell" also know as a "chroot shell".
3,302
Posted By harmonwood
`df` counts all data on the partition including...
`df` counts all data on the partition including the files system.

You can find more information here:
http://sysunconfig.net/aixtips/df_du_diff_out.txt
11,951
Posted By harmonwood
Try telling cat to use utf8 like this: cat...
Try telling cat to use utf8 like this:

cat -U8 $1
18,117
Posted By harmonwood
You could write a script like this: ...
You could write a script like this:

#!/bin/bash
dir="/file/to/scripts/"
for file in $dir
do
$file
done
2,141
Posted By harmonwood
chalk one up for keep'n it simple.
chalk one up for keep'n it simple.
Forum: Solaris 06-22-2007
6,556
Posted By harmonwood
Have you looked into a Jail Shell?
This sounds like you want a jail shell. Allowing the user to login and use very pacific programs and nothing else.


checkout:


You might also find some Jail Shells for BSD that could be...
2,141
Posted By harmonwood
Not an easy task.
I have tried doing something like this in the past. In-order to make decisions like "Is there room on the remote server for this file, if not make room" kinda stuff with ftp. I used expect and had...
Showing results 1 to 10 of 10

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