Support tupled for chunking syntax
for x y z in 1..=10
echo $x $y $z
end
for device target fs _ _ _ in @(cat /proc/mounts)
echo $device ($fs): target at $target
end
Edited by Michael Aaron Murphy
for x y z in 1..=10
echo $x $y $z
end
for device target fs _ _ _ in @(cat /proc/mounts)
echo $device ($fs): target at $target
end