Roland Ver. 4.5 Informações Técnicas Página 177

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 212
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 176
Appendix A: Quick Reference 167
$(wordlist s,e,text)
Returns the list of words in text from s to e.
See Section 8.2 [Functions for String Substitution and Analysis], page 84.
$(firstword names...)
Extract the first word of names.
See Section 8.2 [Functions for String Substitution and Analysis], page 84.
$(lastword names...)
Extract the last word of names.
See Section 8.2 [Functions for String Substitution and Analysis], page 84.
$(dir names...)
Extract the directory part of each file name.
See Section 8.3 [Functions for File Names], page 87.
$(notdir names...)
Extract the non-directory part of each file name.
See Section 8.3 [Functions for File Names], page 87.
$(suffix names...)
Extract the suffix (the last . and following characters) of each file name.
See Section 8.3 [Functions for File Names], page 87.
$(basename names...)
Extract the base name (name without suffix) of each file name.
See Section 8.3 [Functions for File Names], page 87.
$(addsuffix suffix,names...)
Append suffix to each word in names.
See Section 8.3 [Functions for File Names], page 87.
$(addprefix prefix,names...)
Prepend prefix to each word in names.
See Section 8.3 [Functions for File Names], page 87.
$(join list1,list2)
Join two parallel lists of words.
See Section 8.3 [Functions for File Names], page 87.
$(wildcard pattern...)
Find file names matching a shell file name pattern (not a % pattern).
See Section 4.3.3 [The Function wildcard], page 24.
$(realpath names...)
For each file name in names, expand to an absolute name that does not contain
any ., .., nor symlinks.
See Section 8.3 [Functions for File Names], page 87.
$(abspath names...)
For each file name in names, expand to an absolute name that does not contain
any . or .. components, but preserves symlinks.
See Section 8.3 [Functions for File Names], page 87.
Vista de página 176
1 2 ... 172 173 174 175 176 177 178 179 180 181 182 ... 211 212

Comentários a estes Manuais

Sem comentários