Sponsored Content
Full Discussion: Function doesn't work
Top Forums Shell Programming and Scripting Function doesn't work Post 302725729 by ctsgnb on Friday 2nd of November 2012 02:13:32 PM
Old 11-02-2012
You should by the way read more about handling variable locally or globally.
Read this link and pay attention to 6.5.1 section

Regarding your hex conversion:
Code:
$ remainder=634
$ echo "ibase=10;obase=16;$remainder" | bc
27A

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Why doesn't this work?

cat .servers | while read LINE; do ssh jason@$LINE $1 done exit 1 ./command.ksh "ls -l ~jason" Why does this ONLY iterate on the first server in the list? It's not doing the command on all the servers in the list, what am I missing? Thanks! JP (2 Replies)
Discussion started by: jpeery
2 Replies

2. UNIX for Dummies Questions & Answers

Script doesn't work, but commands inside work

Howdie everyone... I have a shell script RemoveFiles.sh Inside this file, it only has two commands as below: rm -f ../../reportToday/temp/* rm -f ../../report/* My problem is that when i execute this script, nothing happened. Files remained unremoved. I don't see any error message as it... (2 Replies)
Discussion started by: cheongww
2 Replies

3. UNIX for Dummies Questions & Answers

FTP doesn't work

Hi! I have 2 servers. The firts has vsftpd server with this configuration: # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd.conf.5 for all... (2 Replies)
Discussion started by: Torquemada
2 Replies

4. Shell Programming and Scripting

for loop doesn't work

I have a script which uses below for loop: for (( i = 0 ; i <= 5; i++ )) do echo "Welcome $i times" done But when I run the script, it gives error message: Syntex Error : Bad for loop variable Can anyone guide to run it? Thanks in advance. (10 Replies)
Discussion started by: naw_deepak
10 Replies

5. Shell Programming and Scripting

alias doesn't work

Hi I have put alias ll='ls -la' in .profile file but it doesn't work. On hand it works it looks like the .profile file is not beeing read. How to check whitch file is loaded? ,profile? .bash_profile? My system: SunOS mion 5.10 Generic Shell: /bin/pfksh Thanks (2 Replies)
Discussion started by: miojamo
2 Replies

6. Shell Programming and Scripting

echo doesn't work right

Hi,when I run my first shell script,I got something that doesn't work right. I wrote this code in the script. echo -e "Hello,World\a\n"But the screen print like this: -e Hello,World The "-e" wasn't supposed to be printed out. Can anyone help me out?:wall: Many thanks!:) (25 Replies)
Discussion started by: Demon
25 Replies

7. Shell Programming and Scripting

Why double quotation marks doesn't work in ksh function parameters passing?

I'm working on AIX 6, ksh shell. The parameters are some strings quotated by double quotation marks which from a file. They are quotated because there may be spaces in them. Example: "015607" "10" " " "A"I want to pass these parameters to a shell function by writing the following command: ... (4 Replies)
Discussion started by: Shimmey
4 Replies

8. UNIX for Dummies Questions & Answers

Why doesn't this work?

find . -name "05_scripts" -type d -exec mv -f {}/'*.aep\ Logs' {}/.LogFiles \; Returns this failure: mv: rename ./019_0120_WS_WH_gate_insideTEST/05_scripts/*.aep\ Logs to ./019_0120_WS_WH_gate_insideTEST/05_scripts/.LogFiles/*.aep\ Logs: No such file or directory I don't know why it's trying... (4 Replies)
Discussion started by: scribling
4 Replies

9. Shell Programming and Scripting

How come this if statement doesn't work?

greetings, the following code isn't working as i expect it to. the first dbl brackets do but the second set gets ignored. ie: if i'm on t70c6n229 it echoes "Something" and i expect it not to. what am i missing? if " ]] || " ]]; then echo "Something" fi thanx! (9 Replies)
Discussion started by: crimso
9 Replies

10. Shell Programming and Scripting

-ne 0 doesn't work -le does

Hi, I am using korn shell. until ] do echo "\$# = " $# echo "$1" shift done To the above script, I passed 2 parameters and the program control doesn't enter inside "until" loop. If I change it to until ] then it does work. Why numeric comparison is not working with -ne and works... (3 Replies)
Discussion started by: ab_2010
3 Replies
lafe(6) 							   Games Manual 							   lafe(6)

NAME
lafe - Latency Free Empire client SYNOPSIS
lafe country [password [host [port]]] DESCRIPTION
lafe is an empire client optimized for high latency links. You can type in, edit, and send several commands before the server replies with output from the first command. This allows you to make better use of the existing bandwidth than most other clients. pei and eif are par- ticularly susceptible to latency, as they require a complete exchange of data before prompting again. lafe could also be called LAg Free Empire. Empire 2 asynch features are supported. Empire 3 C_SYNC isn't supported, as this is a rather dumb client (in between emp_client and eif) and C_SYNC was removed from Empire 4 (Wolfpack). Readline is supported, and at the moment required. If you want lafe without readline, use emp_client instead. Parameters country If the only parameter this is use as a key to look up the game name as specified by the addgame commands in the $HOME/.laferc file. Otherwise it is used as the country name on the server. Defaults to 'visitor' if unspecified. password defaults to 'visitor' if unspecified. host defaults to 149.84.128.9 if unspecified. port defaults to 6667 if unspecified. Local commands help print syntax summary of local commands. addgame game country password host port logfile directory add a game definition for the "lafe game" startup method. execute Handles exec scripts locally runfeed Runs the argument as a shell command, and sends the output to the server shell Run the argument as a shell script alias Print, delete, or define an alias. Use single quotes around the alias definition to protect $*, $1, $2, ... setvar Set, delete, or print local variables. shell Run parameters in a subshell. history print the previous commands. verbose toggle verbosity of message. "verbose on" if you want all the error messages, C_SYNC messages, etc. Off by default. waitsync Wait for all responses from server before proceeding. Useful in scripts before a runfeed or shell command. ENVIRONMENT
Environment variables are supported for backward compatibility with emp_client. This information is best placed in the $HOME/.laferc file using the addgame command. EMPIREHOST hostname of server EMPIREPORT TCP/IP port number of server COUNTRY Country name to log in as REPRESENTATIVE Password for country FILES
$HOME/.laferc contains any valid local commands to run before connecting to a server. SEE ALSO
emp_server(6), emp_client(6), emp_hub(6), pei(6), eif(6), http://wolfpackempire.com/ BUGS
Output redirection does not work with aliases and internal commands. Simultaneous connection to multiple servers is not yet supported. Version 1.0 addresses both of these issues, but has stalled due to lack of time. When typing well ahead of the server, lafe must guess whether a local command should be parsed locally or forwarded to the server (as part of a telegram for instance). It guesses local, which is not always correct. This is the price you pay for speed. AUTHOR
This manual page was written by Drake Diedrich <dld@debian.org> lafe(6)
All times are GMT -4. The time now is 05:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy