Search Results

Search: Posts Made By: dr.house
27,885
Posted By kurumi
!/bin/bash while read -r LINE do echo...
!/bin/bash
while read -r LINE
do
echo "${LINE:(-4)}"
done <"file"
1,202
Posted By Aia
It is not a bug, it has to do with floating...
It is not a bug, it has to do with floating points. The are not as precise as you might think, due to the way they are represented.
That's why you shouldn't use them as a control of a loop.
16,940
Posted By methyl
As this is AIX which is hopeless at dealing with...
As this is AIX which is hopeless at dealing with long command lines, let's feed the file names one-by-one and ensure that we preserve the filename intact.

find $instance_hpath/db2dump -name...
Forum: Linux 05-21-2010
10,244
Posted By hergp
If you have a recent OpenSSH that supports the...
If you have a recent OpenSSH that supports the "match" keyword (should be true for Fedora 11), you can configure sshd like:


Match Group sftponly
ChrootDirectory %h
ForceCommand...
Showing results 1 to 4 of 4

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