Sponsored Content
Top Forums Shell Programming and Scripting Sftp mget file search with casensitive Post 303034827 by Corona688 on Tuesday 7th of May 2019 01:53:21 PM
Old 05-07-2019
Difficult in what way? Did you try RudiC's suggestion? Did it work?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mget

hi, i want to mget a directory. how to specify the flag that i dont want the system to prompt me? thanks (2 Replies)
Discussion started by: yls177
2 Replies

2. Shell Programming and Scripting

sftp mget where file doesn't exist BASH

I have a script that is working: #!/bin/bash sftp user@domain.com <<EOF cd somedir mget *.csv quit EOF but on a crontab I want to only pull newer files, so I want to do something like: while read ls current dir local file != true do mget that new file but I'm not sure the syntax... (2 Replies)
Discussion started by: unclecameron
2 Replies

3. Shell Programming and Scripting

sed help - search/copy from one file and search/paste to another

I am a newbie and would like some help with the following - Trying to search fileA for a string similar to - AS11000022010 30.4 31.7 43.7 53.8 60.5 71.1 75.2 74.7 66.9 56.6 42.7 32.5 53.3 I then want to replace that string with a string from fileB - ... (5 Replies)
Discussion started by: ncwxpanther
5 Replies

4. AIX

mget is stuck

Hi, below are the commands I use to get many gif files from /usr/local/images directory, the command just getting stuck at mget, nothing is moving cd /usr/local/images binary mget *.gif:wall: close quit (3 Replies)
Discussion started by: dateez
3 Replies

5. UNIX for Dummies Questions & Answers

mget help

Hi I'm trying to get all files from a directory with a script. So i'm gone paste my script here: cd /var/www/match_demos/speedgaming/ lftp -u Gudfaren,xxxxx ftp.speedgaming.pro -e cd 89.221.243.11_27500 -e mget *.dem exit when i run that i get: "File name missed. Try `help mget' for more... (2 Replies)
Discussion started by: vYN
2 Replies

6. Shell Programming and Scripting

Perl - use search keywords from array and search a file and print 3rd field when matched

Hi , I have been trying to write a perl script to do this job. But i am not able to achieve the desired result. Below is my code. my $current_value=12345; my @users=("bob","ben","tom","harry"); open DBLIST,"<","/var/tmp/DBinfo"; my @input = <DBLIST>; foreach (@users) { my... (11 Replies)
Discussion started by: chidori
11 Replies

7. Shell Programming and Scripting

Retrieving the relevant search from search file in the main file

I have two files: file 1: hello.com neo.com,japan.com,example.com news.net xyz.com, telecom.net, highlands.net, software.com example2.com earth.net, abc.gov.uk file 2: neo.com example.com abc.gov.uk file 2 are the search keys to search in file 1 if any of the search... (7 Replies)
Discussion started by: csim_mohan
7 Replies

8. UNIX for Dummies Questions & Answers

Search file and print everything except multiple search terms

I'm trying to find a way to search a range of similar words in a file. I tried using sed but can't get it right:sed 's/\(ca01\)*//'It only removes "ca01" but leaves the rest of the word. I still want the rest of the information on the lines just not these specific words listed below. Any... (3 Replies)
Discussion started by: seekryts15
3 Replies

9. Shell Programming and Scripting

Read in search strings from text file, search for string in second text file and output to CSV

Hi guys, I have a text file named file1.txt that is formatted like this: 001 , ID , 20000 002 , Name , Brandon 003 , Phone_Number , 616-234-1999 004 , SSNumber , 234-23-234 005 , Model , Toyota 007 , Engine ,V8 008 , GPS , OFF and I have file2.txt formatted like this: ... (2 Replies)
Discussion started by: An0mander
2 Replies

10. Shell Programming and Scripting

Mget with SFTP is not working

hi Team, I am connecting from one (A) linux server to another(C)/any linux server by sftp on A linux server: sftp userid@C password: mget is Not working fine I am using mget to pull the files. it shows mget as invalid command. But from (B) Linux server to (C) /to Any server Linux... (15 Replies)
Discussion started by: johnsnow
15 Replies
XBomb(6)							   Games Manual 							  XBomb(6)

NAME
xbomb - a version of the popular minesweeper program with some novel features. SYNOPSIS
xbomb [-hexagon|-square|-triangle] [-1|-2|-3] [-hiscore] OPTIONS
-hiscore command line option displays the current hi-score table without starting the game. -hexagon | -square | -triangle Selects the type of grid to use when starting the game. -1 | -2 | -3 Selects the level to use when starting the game. The standard X window options also apply to this program. DESCRIPTION
A game of logical deduction against the clock. The purpose of the game is to find the location of the hidden bombs in a grid. Each of the locations in the grid is initially covered, by uncovering a locations, a number or a bomb will be revealed underneath. If a bomb is revealed then the game is finished. A number indicates the number of adjacent locations that contain bombs. Locations that have not been uncovered but are thought to contain bombs can be marked as such so that they can be identified. There is a choice of hexagonal, square or triangular units that make up the grid, the level of difficulty increasing as the number of sides decreases. In all cases the grids are of the same size and contain the same number of bombs for the same levels. There are three levels to the game: Easy 8 by 8 grid with 10 bombs. Medium 16 by 16 grid with 40 bombs. Difficult 30 by 16 grid with 99 bombs. A high score table is maintained for each of the levels for each of the grid types, storing the username, the time to complete the puzzle and the date that it was finished. MOUSE OPERATION
The game is played with the mouse, with all three buttons having different actions. Left Button Uncover the current location if it is hidden or uncover all surrounding locations marked as not containing bombs if the square is already uncovered. The first selection made in a game is always a 'safe' square. Middle Button Uncover all surrounding locations that are not marked as containing a bomb. Right Button Mark the current grid location as having a hidden bomb (toggle). KEYSTROKES
There are a number of keystroke shortcuts for the game: 1 2 3 Select level 1, 2 or 3 for the next game. s Start a new game. q Quit the program. h Print the high-scores. H or Control-H Use the grid of hexagons for the next game. S or Control-S Use the grid of squares for the next game. T or Control-T Use the grid of triangles for the next game. X RESOURCES The name of the class used is XBomb, the widget hierarchy used is (Widget-Class:name): XBomb Form:form Command:start MenuButton:menu SimpleMenu:levelmenushell smeBSBObject:Easy smeBSBObject:Medium smeBSBObject:Difficult MenuButton:menu SimpleMenu:typemenushell smeBSBObject:Hexagon smeBSBObject:Square smeBSBObject:Triangle Command:hiscore Command:quit Core:grid Command:clock Command:uxb The extra resources that are available for the grid are: grid.bomb The colour of the bombs - default black. grid.bombreal The colour of the real bombs - default red. grid.bombmark The colour of the bombs that are marked by the user - default orange. grid.number The colour of the number '1' when drawn in the grid - default navy blue. grid.number2 The colour of the number '2' when drawn in the grid - default dark green. grid.number3 The colour of the number '3' when drawn in the grid - default dark red. The other numbers up to 12 also have their own resources. grid.hidden The colour of the hidden squares - default grey50. grid.correct The colour of the squares that were correctly guessed - default green grid.font The font that is used for the number in the grid - default lucidasans-24 BUGS
None known. AUTHOR
Andrew M. Bishop. January 5, 2008 XBomb(6)
All times are GMT -4. The time now is 04:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy