Make sure you're using /QOpenSys/pkgs/bin/grep
~/work/Vue$ grep -r vue .
./vue-project/package.json: "name": "vue-project",
./vue-project/package.json: "vue": "^3.3.4"
./vue-project/package.json: "@vitejs/plugin-vue": "^4.4.0",
./vue-project/.vscode/extensions.json: "recommendations": ["Vue.volar",
"Vue.vscode-typescript-vue-plugin"]
./vue-project/src/assets/base.css:/* color palette from <
https://github.com/vuejs/theme> */
./vue-project/src/App.vue:import HelloWorld from
'./components/HelloWorld.vue'
./vue-project/src/App.vue:import TheWelcome from
'./components/TheWelcome.vue'
./vue-project/src/components/HelloWorld.vue: <a href="
https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
./vue-project/src/components/TheWelcome.vue:import WelcomeItem from
'./WelcomeItem.vue'
./vue-project/src/components/TheWelcome.vue:import DocumentationIcon from
'./icons/IconDocumentation.vue'
./vue-project/src/components/TheWelcome.vue:import ToolingIcon from
'./icons/IconTooling.vue'
./vue-project/src/components/TheWelcome.vue:import EcosystemIcon from
'./icons/IconEcosystem.vue'
./vue-project/src/components/TheWelcome.vue:import CommunityIcon from
'./icons/IconCommunity.vue'
./vue-project/src/components/TheWelcome.vue:import SupportIcon from
'./icons/IconSupport.vue'
./vue-project/src/components/TheWelcome.vue: <a href="
https://vuejs.org/"
target="_blank" rel="noopener">official documentation</a>
./vue-project/src/components/TheWelcome.vue: <a href="
https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
./vue-project/src/components/TheWelcome.vue: <a href="
https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
./vue-project/src/components/TheWelcome.vue: <a href="
https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test
Utils</a>, and
./vue-project/src/components/TheWelcome.vue: <a href="
https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev
Tools</a>. If
./vue-project/src/components/TheWelcome.vue: <a href="
https://github.com/vuejs/awesome-vue" target="_blank"
rel="noopener">Awesome Vue</a>
./vue-project/src/components/TheWelcome.vue: <a href="
https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our
official
./vue-project/src/components/TheWelcome.vue: <a href="
https://stackoverflow.com/questions/tagged/vue.js" target="_blank"
rel="noopener"
./vue-project/src/components/TheWelcome.vue: <a href="
https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a>
and follow
./vue-project/src/components/TheWelcome.vue: <a href="
https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
./vue-project/src/components/TheWelcome.vue: <a href="
https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a
sponsor</a>.
./vue-project/src/main.js:import { createApp } from 'vue'
./vue-project/src/main.js:import App from './App.vue'
./vue-project/README.md:# vue-project
./vue-project/README.md:[VSCode](
https://code.visualstudio.com/) + [Volar](
https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable
Vetur) + [TypeScript Vue Plugin (Volar)](
https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin
).
./vue-project/vite.config.js:import vue from '@vitejs/plugin-vue'
./vue-project/vite.config.js: vue(),
On Wed, Nov 8, 2023 at 2:28 PM James H. H. Lampert via MIDRANGE-L <
midrange-l@xxxxxxxxxxxxxxxxxx> wrote:
On 11/8/23 12:51 PM, Jack Woehr wrote:
*grep -r "Mama told me not to come" .*
Tried something like that. It produced a torrential flood of output
(obviously I needed to use a more specific search string), but the
filenames didn't give any directory path,
As an Amazon Associate we earn from qualifying purchases.