Search Results

Search: Posts Made By: indeed_1
8,466
Posted By nezabudka
tmp=($(lftp -e "cd $REMOTE_DIR && glob -d echo...
tmp=($(lftp -e "cd $REMOTE_DIR && glob -d echo [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; quit" -u $USER,$PASS $HOST))
Or maybe you have access via the SSH protocol? For example, by public key...
8,466
Posted By nezabudka
I will try to install 'lftp'
I will try to install 'lftp'
2,025
Posted By Scrutinizer
Hi variable i is not set anywere, Try...
Hi variable i is not set anywere,

Try something like this to start with:
awk '
BEGIN {
print "<table border="10">"
}
NF==1{
print "<tr ><td colspan=\"2\"> "$i" </td></tr>"
...
4,837
Posted By MadeInGermany
The following post-processes the ps output ...
The following post-processes the ps output
#!/bin/sh
cnt=0
ps -eo args |
while read prog args
do
case $prog in
(*app);;
(*)
continue;;
esac
ver=$("$prog" -version </dev/null)...
Showing results 1 to 4 of 4

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