forked from wezm/wezm.net
20 lines
No EOL
422 B
YAML
20 lines
No EOL
422 B
YAML
---
|
|
slug: expand-glob-in-variable-within-shell-script
|
|
permalink: http://www.wezm.net/2008/04/expand-glob-in-variable-within-shell-script/
|
|
kind: article
|
|
section: technical
|
|
created_at: 2008-04-24 07:37:14
|
|
title: Expand glob in variable within shell script
|
|
post_id: 18
|
|
tags:
|
|
- bash
|
|
- expand
|
|
- glob
|
|
- script
|
|
- shell
|
|
- variable
|
|
categories:
|
|
- Tips
|
|
- UNIX
|
|
status: publish
|
|
extra: How to expand a glob pattern in a shell script. |