Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Convert "hex" foldername to "ascii" Post 303038605 by wisecracker on Saturday 7th of September 2019 10:34:42 AM
Old 09-07-2019
for Hi pasc...

Glad you have got a starter solution.
Remember though that there might be a reason the drawer names are in base 16 format.
Perhaps there could possibly be special characters in the drawer name that can't be used so base16 is an easy way around the problem.
Also although in Windows there is no case sensitivity in file and drawer names there IS in the *NIX variants so:
'af' is NOT the same as 'Af', 'AF' or 'aF'...

Just an observation.

Bazza...
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

2. Shell Programming and Scripting

why "iconv" didn't convert myfile.csv to ASCII?

(it seems that this post is best put here, where shell programming people use "iconv" and "file" all the time. it was posted in the Linux Application and got no replies) Dear there, I tried to use iconv to convert myfile.csv to ASCII and failed. Any ideas? myfile.csv contains only ASCII... (2 Replies)
Discussion started by: patiobarbecue
2 Replies

3. Shell Programming and Scripting

cat $como_file | awk /^~/'{print $1","$2","$3","$4}' | sed -e 's/~//g'

hi All, cat file_name | awk /^~/'{print $1","$2","$3","$4}' | sed -e 's/~//g' Can this be done by using sed or awk alone (4 Replies)
Discussion started by: harshakusam
4 Replies

4. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

5. Shell Programming and Scripting

how to use "cut" or "awk" or "sed" to remove a string

logs: "/home/abc/public_html/index.php" "/home/abc/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" how to use "cut" or "awk" or "sed" to get the following result: abc abc xyz xyz xyz (8 Replies)
Discussion started by: timmywong
8 Replies

6. Solaris

The slices "usr", "opt", "tmp" disappeared!!! Help please.

The system don't boot. on the screen appears following: press enter to maintenance (or type CTRL-D to continue)...I checked with format command. ... the slices "0-root","1-swap","2-backup" exist. ...the slises "3-var","6-usr" -unassigned. :( (16 Replies)
Discussion started by: wolfgang
16 Replies

7. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

8. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

9. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies
WMDRAWER(1)						      General Commands Manual						       WMDRAWER(1)

NAME
wmdrawer -- a dockapp providing a drawer to launch applications SYNOPSIS
wmdrawer [-c, --configfile=FILE [-n, --instancename=NAME]] [-w, --windowed] [-h, --help] [-v, --version] DESCRIPTION
wmdrawer is a dock application (dockapp) that provides a drawer (retractable button bar) to conveniently launch applications. The drawer is retractable and animated. Several columns of buttons can been defined in the drawer. The configuration file is automaticaly reloaded if it changes. Multiple instances of the program can run at the same time. The buttons can be highlighted under the mouse cursor. A tooltip can be defined for each button. The drawer can be transparent (need SHAPE extension). Ability to launch several apps at once from the drawer. By holding down the key Shift or by using mouse buttons middle or right instead of left, you can keep the drawer opened. Adjustable behaviors: dock's image (logo), dock's width and height (for both min=12, max=128), automatic/manual opening and closing of the drawer, timeout value in miliseconds if automatic closing selected, drawer's opening direction and animation speed, mouse cursor type in the drawer, drawer's pseudo-transparency, icons' background image (only if transparency isn't activated), buttons' size (min=12, max=128), buttons' highlight type (0:none, 1:target, 2:shading), image used as highlight (target type only), color and darkening level for highlight (shading type only), drawer's border size, buttons' tooltips and tooltips' font OPTIONS
-c, --configfile=FILE [-n, --instancename=NAME] Use FILE as config file instead of the default (~/.wmdrawerrc) and optionaly set instance name. -w, --windowed Run in windowed mode. Useful for AfterStep, Fvwm, Sawfish and KDE users. -h, --help Show summary of options. -v, --version Show version of program. FILES
~/.wmdrawerrc is the default per-user configuration file. Here is a completely commented example. # Config file example for wmdrawer [general] # Dock's icon [optional] #dock_icon panel-drawer.png # Drawer's opening direction [required] # Top to bottom = 0 # Right to Left = 1 # Bottom to Top = 2 # Left to Right = 3 direction 2 # Image used for icons' background [optional] #icons_bg defaultTile.xpm # Allow icons' enlargement to fit them to buttons' size [optional, default 1] # 0 indicate that icons should never be larger than their original size. #icons_expand 1 # Activate the drawer's pseudo-transparency [optional, default 0] # if you choose transparency, icons_bg will be ignored #transparency 0 # dock's width: min=12, max=128 [optional, default=64] #dock_width 64 # dock's height: min=12, max=128 [optional, default=64] #dock_height 64 # buttons' size: min=12, max=128 [optional] # Useful for the people who want for example to have big icons # and to define several columns. #btns_size 32 # Icon's highlight type: 0, 1 or 2 [optional, default 2] # 0 : no highlight # 1 : target (unavailable if transparency is activated) # 2 : shading #highlight 2 # Image used as highlight [optional] # only used if you choice target type #highlight_img highlight.xpm # Tint icons by a specified color [optional, default #ffffff] # only used if you choice shading type #highlight_tint #ffffff # Shade icons at a specified level [optional, default 60] # only used if you choice shading type #highlight_sh 60 # Display buttons' tooltips [optional, default 1] #tooltips 1 # Tooltips' font [optional, default fixed] #tooltips_font fixed # Drawer's animation speed: 0, 1, 2, 3, 4 [optional, default 1] #animation_speed 1 # Mouse cursor in drawer: 0, 1, ..., 76 [optional, default 30] #cursor 30 # Auto opening of the drawer: 0, 1 [optional, default 0] #show_on_hover 0 # Auto closing of the drawer: 0, 1 [optional, default 0] #hide_on_out 0 # drawer's hiding timeout in miliseconds [optional, default 1000] #hide_timeout 1000 # Runs the dockapp in windowed mode: 0, 1 [optional, default 0] # Useful for AfterStep, Fvwm, Sawfish or KDE users. #windowed_mode 0 # Instance name so window manager can distinguish between multiple copies #instance_name distinguish_name # Drawer's border size in pixels [optional, default 1] #border_size 1 # Images directories [images_paths] /usr/share/pixmaps /usr/local/share/pixmaps/ # A first column with 5 buttons # Each button must be defined with this syntax: # (tooltip) (image) (command) [column] (X Terminal) (gnome-term.png) (xterm -bg black -fg wheat) (Galeon) (galeon.xpm) (galeon -s) (Sylpheed) (sylpheed.png) (sylpheed) (XChat) (xchat.png) (xchat) (MPlayer) (gnome-multimedia.png) (mplayer) # A second column with 5 buttons [column] (Xmms) (gnome-audio2.png) (xmms) (Gimp) (gnome-gimp.png) (gimp) (GQview) (gqview.png) (gqview) (Xcalc) (gnome-calc3.png) (xcalc) (GFtp) (gftp.png) (gftp) Look at /usr/share/doc/wmdrawer/wmdrawerrc.example for a copy of this example. SEE ALSO
wmaker (1) AUTHOR
This software is written and maintained by Valery Febvre (vfebvre@vfebvre.lautre.net). This manual page was written by Chris Wesley (chris@cwwesley.net) for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. OTHER INFO
wmDrawer's webpage is at http://people.easter-eggs.org/~valos/wmdrawer/. Here you can find info about wmdrawer and download the latest version. WMDRAWER(1)
All times are GMT -4. The time now is 10:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy