Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

picard(1) [debian man page]

PICARD(1)						      General Commands Manual							 PICARD(1)

NAME
picard - next generation MusicBrainz tagging application (written in pyQT4) SYNOPSIS
picard DESCRIPTION
picard is the next generation MusicBrainz tagging application. This new tagging concept is album oriented, as opposed to track oriented like the others taggers are. OPTIONS
picard has no command line options. However if you start Picard from the command line with a list of files as arguments, Picard will start with the listed files in the "to be tagged" pane. SEE ALSO
Homepage: http://musicbrainz.org/doc/PicardTagger AUTHOR
This manual page was written by Adam Cecile <gandalf@le-vert.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 General Public License, Version 2 or any later version published by the Free Software Foundation On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. Version 0.9.0 January 2008 PICARD(1)

Check Out this Related Man Page

MCS-INFO(1)							   User Commands						       MCS-INFO(1)

NAME
mcs-info - a tool to return information about your mcs system. DESCRIPTION
mcs-info is a maintenance tool for your mcs installation. It will show you all available backends (to store your configuration files), the selected backend and the currently installed libmcs ver- sion. SYNOPSIS
mcs-info OPTIONS
mcs-info has no options. FILES
/etc/mcs-backend Use "default", "kconfig" or "gconf" to select which backend will be used to store mcs-managed applications settings. "kconfig" and "gconf" are available through libmcs-backend-gconf and libmcs-backend-kconfig packages. ~/.mcs-backend Overrides /etc/mcs-backend. SEE ALSO
mcs-getconfval(1) mcs-setconfval(1) mcs-query-backends(1) mcs-walk-config(1) Homepage: http://www.atheme.org/projects/mcs.shtml AUTHOR
This manual page was written by Adam Cecile <gandalf@le-vert.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 General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. 0.6.0 January 2008 MCS-INFO(1)
Man Page

8 More Discussions You Might Find Interesting

1. Fedora

.bashrc in Ubuntu 14.04

I am getting this: cmccabe@DTV-A5211QLM:~$ cat ~/.bashrc Command 'cat' is available in '/bin/cat' The command could not be located because '/bin' is not included in the PATH environment variable. cat: command not found cmccabe@DTV-A5211QLM:~$ nano .bashrc Command 'nano' is available in... (9 Replies)
Discussion started by: cmccabe
9 Replies

2. Shell Programming and Scripting

Command not found, but using function in bash

In the bash below, if the answer is "y" then goto function remove. If the answer is "n" then goto the id variable line (where the date is inputted). However, I am getting command remove not found, but remove is a function not an command. I must have the syntax incorrect? Thank you :). ... (3 Replies)
Discussion started by: cmccabe
3 Replies

3. Shell Programming and Scripting

Bash to add folder to exsisting folders in directory

I am trying to create subdirectories in each folder in /home/cmccabe/Desktop/NGS/test/*. When I use echo I can see each folder in the directory, but I can not seem to add the commented out portion in bold. These are the sub-directories and sub-folders I am trying to add to each folder in... (1 Reply)
Discussion started by: cmccabe
1 Replies

4. Shell Programming and Scripting

Bash to store result in variable for other lines in script to use

I can not figure out how to capture the $filename variable store by the bash. #!/bin/bash # oldest folder stored as variable for analysis, version log created, and quality indicators matched to run dir=/home/cmccabe/Desktop/NGS/test find "$dir" -maxdepth 1 -mindepth 1 -type d -printf... (5 Replies)
Discussion started by: cmccabe
5 Replies

5. Shell Programming and Scripting

Bash to match and store line as variable

The bash below loops through a specific directory dir and finds and writes the oldest folder to a variable called $filename. #!/bin/bash # oldest folder stored as variable for analysis, version log created, and quality indicators matched to run dir=/home/cmccabe/Desktop/NGS/test find... (2 Replies)
Discussion started by: cmccabe
2 Replies

6. Shell Programming and Scripting

Bash calling a few functions syntax error

In the bash function below if the user selets "y" then the menu function is called and if they select "n" the move function is called. That all seems to work, my question is after the files are moved an echo, line in bold is displayed and another function called backup is called. I am getting a... (1 Reply)
Discussion started by: cmccabe
1 Replies

7. Shell Programming and Scripting

awk to add value and text to specific lines

In the awk I have a very large tab-delimeted file that I am trying to extract the DP= value put it in $16 and add specific text to $16 with . (dot) in $11-$15 and $18. Only the lines (there are several) that have the formating below in file will have an empty $16. Other lines will be in a... (6 Replies)
Discussion started by: cmccabe
6 Replies

8. Shell Programming and Scripting

Controlling user input

I'm trying to use a bash script for a psych experiment that involves listening to sound files and responding. If I have something like the code below, how can I make sure that a key press is assigned to RESPONSE only after the second echo statement? for i in 1 2 3; do echo "Ready?" sleep 2 ... (10 Replies)
Discussion started by: darwin_886
10 Replies