---
title: "source 指定目录下所有脚本"
id: "3154"
type: "post"
slug: "source-%e7%9b%ae%e5%bd%95%e4%b8%8b%e6%89%80%e4%bb%a5%e8%84%9a%e6%9c%ac"
published_at: "2020-10-01T09:28:17+00:00"
modified_at: "2020-10-01T09:42:25+00:00"
url: "https://seq.ink/all/share/3154.html"
markdown_url: "https://seq.ink/all/share/3154.html.md"
excerpt: "P=~/Documents/env;for i in $(ls $P);do source $P/$i;done"
taxonomy_category:
  - "Linux"
  - "Share分享"
---

P=~/Documents/env;for i in $(ls $P);do source $P/$i;done
