BashPrimaryExpressions: Fixing Category and example queries

master
Rob Emery 2013-12-16 23:15:54 +00:00
parent bd1f0a3dbc
commit 756e1abb09
1 changed files with 7 additions and 4 deletions

View File

@ -4,15 +4,18 @@ use DDG::Goodie;
use strict;
use warnings;
triggers start => 'bash if', 'bash';
triggers startend => 'bash if', 'bash';
primary_example_queries 'bash [ -z hello]';
secondary_example_queries 'bash if [[ "abc" -lt "cba" ]]';
primary_example_queries 'bash if statement';
description 'Bash Primary Expressions';
description 'Bash Primary Expressions Help';
name 'Bash Help';
source 'http://tille.garrels.be/training/bash/ch07.html';
attribution github => [ 'http://github.com/mintsoft', 'mintsoft' ];
category 'computing_tools';
topics 'sysadmin';
our %if_description = (
'-a' => "True if ARG2 exists",
'-b' => "True if ARG2 exists and is a block-special file",