Search Results

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

Thank you
2,967
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,641
Posted By harmonwood
try using `tail -f`
try using `tail -f`
4,325
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,296
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,918
Posted By harmonwood
Try telling cat to use utf8 like this: cat...
Try telling cat to use utf8 like this:

cat -U8 $1
18,079
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,129
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,542
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,129
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 07:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy