Pinned Loading
-
-
-
My vimrc customization
My vimrc customization 1#!/usr/bin/env bash
2# created by Peyman Ranjbar
3# Last update May 22, 2023
4# install through: curl -L g.eh1.ir/vim-config
5 -
jq-code-snippets.md
jq-code-snippets.md 1# JQ Code snippets
231. Looping through an array and performing an action for each element:
4```bash
5my_array=("item1" "item2" "item3")
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.