Sponsored Content
Full Discussion: Wildcard with xdotool
Operating Systems Linux Ubuntu Wildcard with xdotool Post 303031754 by stomp on Tuesday 5th of March 2019 09:51:03 AM
Old 03-05-2019
xdotool search works like this:

Code:
xdotool search --name "title-string"
16777957

The output is one ore more numbers(one per line), each representing a window-id or nothing if no window is found with the wanted specification. So one can use the solution presented with slight changes:

Code:
windowID=$(xdotool search --name "title-string")
xdotool key --window $windowID alt+F4

If necessary check if the number of results is what is expected.(Exact 1 result?)

Consult the manpage for xdotool for important and further details: Linux Manpages Online - man.cx manual pages

Last edited by stomp; 03-05-2019 at 01:01 PM..
This User Gave Thanks to stomp For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Find wildcard .shtml files in wildcard directories and removing them- How's it done?

I'm trying to figure out how to build a small shell script that will find old .shtml files in every /tgp/ directory on the server and delete them if they are older than 10 days... The structure of the paths are like this: /home/domains/www.domain2.com/tgp/ /home/domains/www.domain3.com/tgp/... (1 Reply)
Discussion started by: Neko
1 Replies

2. UNIX for Dummies Questions & Answers

wildcard

what will the cmd below do? ls *.3 1 members mentions that to seek all permutations and combinations of the mp3 extension ill have to use curly braces, {} and not, . what then will do? (13 Replies)
Discussion started by: abhi
13 Replies

3. Shell Programming and Scripting

wildcard

Hi, I have this code to search all "cif" files using wildcard for file in *.cif do grep "Uiso" $file | awk '{ print $3, $4, $5 }' > tet done I get this error "grep: *.cif: No such file or directory" Please where am I going wrong!!! Thank you in advance (6 Replies)
Discussion started by: princessotes
6 Replies

4. UNIX for Advanced & Expert Users

wildcard help

Can someone please explain the wildcards in this. How is this recursive? When I put this in my terminal it recursively displayed everything. ls .* * (6 Replies)
Discussion started by: cokedude
6 Replies

5. Shell Programming and Scripting

How to use wildcard * in if?

Hi, Can anyone help me how to use * in if statement. File contains below line1:a|b|c|Apple-RED| line2:c|d|e|Apple-Green| line3:f|g|h|Orange| I need to find line by line 4th field contains 'Apple' or not. Please help me at the earliest. (6 Replies)
Discussion started by: jam_prasanna
6 Replies

6. Shell Programming and Scripting

wildcard help!!

i have got heaps of files (.pdf, .txt and .doc) files in one folder, i am making a program in PERL that helps me find the files i want easier using shell wildcard, something like this!! print "Enter a pattern: (must be in )"; $input = <STDIN>; if (The input is in and valid wildcard... (3 Replies)
Discussion started by: bshell_1214
3 Replies

7. Shell Programming and Scripting

Sed Wildcard

Hello, I apologize for asking what is probably a simple question but I have been unable to understand the other posts on the topic. I have a file that has the following several lines: ABC DEF GH:IJKLMNOP_QRS_TUV_11112012_ABCL5 ABC DEF GH:IJKLMNOP_QRS_TUV_11112013_ABCL4 ABC DEF... (4 Replies)
Discussion started by: MolecularToast
4 Replies

8. Shell Programming and Scripting

Wildcard in ls

Hi Experts, I want to use ls in the below form: ls -l *.{txt,TXT} (working fine) but when i am declaring a variable, VAR="*.{txt,TXT}" ls -l $VAR is not working. Please help. Thanks. (4 Replies)
Discussion started by: sugarcane
4 Replies

9. OS X (Apple)

Help with wildcard

CD_numb is AM017 this code: set the_Firstcom_CD to (do shell script "ls -d '/volumes/audioNAS/Firstcom/Access Music/' ") & CD_numb gives me this: "/volumes/audioNAS/Firstcom/Access Music/AM017" the item I am looking for is AM017Q. I can get the "*" syntax right so it never finder... (7 Replies)
Discussion started by: sbrady
7 Replies

10. Shell Programming and Scripting

Help with xdotool and XOJO

I am trying to place and size a window on Mac using XOJO as my coding app. I am NOT in Terminal. Needs to be run as a shell I guess, but I don't know how to get the variable or set the variable. Here is a line of code that opens a folder: Dim sh As New Shell() sh.Execute("open... (1 Reply)
Discussion started by: sbrady
1 Replies
GMAN(1x)																  GMAN(1x)

NAME
gman - GTK+ based front-end for man, a good replacment for xman. SYNOPSIS
gman DESCRIPTION
Gman is a front-end for the manual page system. gman builds a database of all the available man pages and displays them in a list. Clicking on an entry in the list makes gman launch another window with the manual page displayed in it. Gman can launch more than one window at same time. The user can use the index/key word search function to look for the man pages that they need. It is simple, but it is useful. OPTIONS
There are no command line options for gman, for now. DISPLAY OPTIONS
Currently gman has 4 different modes to present the man pages, available as the following items in the View menu: xTerm This will launch an X terminal emulator with the man output shown inside. You can add the following line to your ~/.gman file in order to select the preferred X terminal emulator: xterm_command = rxvt GhostView gman will present man pages in a GhostView window for you to view and print the man page. This requires GhostView (command "gv") to be available on your system. Evince gman will present man pages in an Evince window for you to view and print the man page. This requires GNOME Evince (command "evince") to be available on your system. LocalBrowse gman will launch a web browser window to show you the man page. This requires man2html and web browser (command "sensible-browser") to be available on your system. NetBrowse In this mode, you can view the pages with web browser and navigate from one man page to another by clicking the links in the man pages. This requires man2html, web browser (command "sensible-browser") and a HTTP server running on localhost. FILES
~/.gman Contains configuration information for gman, such as window size and paths where the manual pages are contained. For example, v_size = 400 h_size = 300 xterm_command = rxvt show_warning = 0 man_paths = /usr/local/man:/usr/local/share/man:/usr/share/man For more information, see init_context() function in gman.c for all the options avialiable. ~/.gman is read by gman on startup, and written on exit. SEE ALSO
man(1), man(7), xterm(1). AUTHOR
Gman was written by a smart guy named Xinkai Wang <aakwxk@hotmail.com>. Home page of gman is at: http://homex.coolconnect.com/user/xkwang/gman/ <> Gman May 2002 GMAN(1x)
All times are GMT -4. The time now is 11:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy