Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in ifs
How does one properly assign temporary Bash variables on a per-command basis?
Dec 25, 2022
bash
scope
ifs
Split string using 2 different delimiters in Bash
Dec 21, 2022
regex
string
bash
split
ifs
C: IFS System() Vulnerability
May 25, 2014
c
security
ifs
When should we change the IFS variable back to its original value in scripts?
Nov 07, 2022
linux
bash
unix
scripting
ifs
Split text file into array based on an empty line or any non used character
May 04, 2019
arrays
bash
ascii
echo
ifs
read -N and IFS
Aug 16, 2022
bash
ifs
Setting IFS for a single statement
Oct 02, 2018
bash
ifs
zsh is not splitting by IFS after parameter expansion
Jun 23, 2022
bash
shell
posix
zsh
ifs
bash: reading text from a string one character at a time, with whitespace
Nov 16, 2022
bash
char
sleep
ifs
When do I set IFS to a newline in Bash?
Jun 16, 2022
arrays
bash
ifs
shell - temp IFS as newline only. Why doesn't this work: IFS=$(echo -e '\n')
Mar 20, 2022
bash
shell
ifs
Concat array elements with comma and single quote - Bash
Apr 08, 2022
arrays
bash
ifs
Word splitting in Bash with IFS set to a non-whitespace character
Oct 20, 2022
bash
shell
syntax
ifs
variable-expansion
Setting IFS to null byte does not split lines correctly in command line
Sep 13, 2022
bash
ifs
Surprising array expansion behaviour
May 05, 2021
arrays
bash
shell
ifs
IFS=: leads to different behavior while looping over colon-separated values
Apr 18, 2020
bash
shell
for-loop
ifs
Trying to split a string into two variables
Apr 03, 2018
bash
shell
ifs
What does IFS= do in this bash loop: `cat file | while IFS= read -r line; do ... done`
Aug 29, 2022
bash
ifs
What is the exact meaning of IFS=$'\n'?
Aug 15, 2022
bash
shell
variables
environment-variables
ifs